All,

I read many postings on how to configure multiple tomcats for load balancing etc. But my case is genuine (I feel).
:)

We have a web site up and running for 1 1/2 yrs. using Apache 1.3, mod_jk and tomcat 3.1 and we access it as below:

https://myhost.domain.com/myapp1

Now we need to add another app using tomcat 4.1.12. We don't want to upgrade "myapp1" to TC4 right now. Is there any way to setup the second tomcat/apache to access the second application as below:

https://myhost.domain.com/myapp2


I don't want to access the second app as below (unless it is the last resort) :
https://myhost.domain.com:9090/myapp2

Any ideas?
Thanks for any help.
-Sri


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to