Set up 4.1.12 in a completely different directory.  Modify server.xml so
there are no port conflicts with your 3.x instance.

In httpd.conf add JkMounts for app2, point them to a different worker than
app1.  Assign a different port to the new worker in workers.properties.
Make sure the Coyote/JK2 (or Ajp13) connector in the 4.1.12 server.xml is
listening on the same port as the new worker.

That should be the bulk of it.

John


> -----Original Message-----
> From: Srinadh Karumuri [mailto:skarumur@;bbn.com]
> Sent: Monday, November 11, 2002 4:05 PM
> To: [EMAIL PROTECTED]
> Subject: Apache + one TC for each webapp
> 
> 
> 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>
> 

--
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