RE: Windows service and multiple instances

2004-12-01 Thread Hubble, Christopher
You need to install the second service manually. How you do this depends on which version of Tomcat you're running. Chris -Original Message- From: Wouter De Vaal [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 10:38 AM To: [EMAIL PROTECTED] Subject: Windows service and

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
Hi, You can use the service.bat wrapper to install as many copies of the Tomcat windows service as you'd like. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Wouter De Vaal [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 10:38 AM To: [EMAIL PROTECTED]

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