Oh, I do not think so. Public request must come from apache. We run Jboss
cluster and mod_jk is the load balancer. 

For each node in the cluster, there will be several webapps deployed. 
The typical request flow would be apache-1 server is response for
www.web1.com and routes traffic to webapp1.war deployed in the cluster, and 
Apache-2 server is response for www.web2.com and routes traffic to
webapp2.war. For each node in the cluster, webapp1.war and webapp2.war are
both deployed. 

I looked over virtual host in Jboss/Tomcat and it allows me to manipulate
context path, but I am wondering if I can do it on Apache server end. 

-Xin

-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 21, 2006 11:59 AM
To: Tomcat Users List
Subject: RE: apache(v2.0) front-end to jboss(v4.0.3)/tomcat5.5 webapp:
context path prepend ?

> From: Xin Herbert Wu [mailto:[EMAIL PROTECTED] 
> Subject: RE: apache(v2.0) front-end to 
> jboss(v4.0.3)/tomcat5.5 webapp: context path prepend ?
> 
> Do you mean I comment out 
> <Connector port="8080" address="${jboss.bind.address}" > ...
> Entry in tomcat server.xml?

No, you change the port number to 80.  Just eliminate httpd from the
environment - you haven't stated any reason why you think you need it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to