Windows service and multiple instances

2004-12-01 Thread Wouter De Vaal
Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? Regards, Wouter de Vaal

RE: Windows service and multiple instances

2004-12-01 Thread Hubble, Christopher
and multiple instances Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? Regards, Wouter de Vaal

Re: Windows service and multiple instances

2004-12-01 Thread Mladen Turk
Wouter De Vaal wrote: Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? cd %TOMCAT1_HOME%\bin

RE: Windows service and multiple instances

2004-12-01 Thread Shapira, Yoav
] Subject: Windows service and multiple instances Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion

RE: Windows service and multiple instances

2004-12-01 Thread Allistair Crossley
which will force the wrapper to use the current directory, Allistair. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 15:48 To: Tomcat Users List; Wouter De Vaal Subject: RE: Windows service and multiple instances Hi, You can use

RE: Service and Multiple Instances

2004-10-21 Thread Shapira, Yoav
Subject: Re: Service and Multiple Instances On Wed, Oct 20, 2004 at 10:02:57AM -0400, Kyle Adams wrote: : I'd like to do the same thing with Tomcat using CATALINA_BASE, like : so: : : CATALINA_HOME - */apps/tomcat : CATALINA_BASE - */data/tomcat/${service.name} : [snip] : Would there be : times when

Service and Multiple Instances

2004-10-20 Thread Kyle Adams
BACKGROUND: We're investigating migration from WebLogic 7 to Tomcat 5. As of WebLogic 7, BEA separates out configuration info, their equivalent of webapps, and other data into a separate directory, much like setting CATALINA_BASE to a different directory does for Tomcat. BEA did this to isolate