What was your reasoning for needing two instances?  Are the configurations
between the two instances very different?

You can easily have multiple web applications under one tomcat
instance...each with it's own configuration.  I wouldn't run two distinct
instances of tomcat unless there was a really good reason, like hosting
multiple sites and you want to be able to stop/start Tomcat on each one
without affecting the others, etc.

John


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 05, 2002 6:22 AM
> To: Tomcat Users List
> Subject: RE: Apache + Tomcat multiple instances
> 
> 
> Nobody have an idea?
> Need you more explications?
> 
> -----Message d'origine-----
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Envoy� : mercredi 4 septembre 2002 14:36
> � : [EMAIL PROTECTED]
> Objet : Apache + Tomcat multiple instances
> 
> 
> Hi all,
> 
> I already run Apache 2.0.40 + 2 instances of Tomcat 4.0.3 
> under Windows
> 2000.
> To get the 2 instances running, I made 2 "server.xml", 2 
> "worker" directory,
> 2 "temp" directory and 2 "webapps" directory.
> So it looks like 2 installations of Tomcat on one machine.
> To run the instances, I modified the "catalina.bat" to 
> execute 2 commands
> "java.exe ....".
> 
> My questions are :
>       Does another solution exist to run Tomcat in multiple 
> instance? I think (1
> server.xml which contains 2 services for exemple).
>       Does one service correspond to one instance?
>       Are we obliged to create 2 webapps directory in my case?
> 
> Thanks,
> 
> Vincent.
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

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

Reply via email to