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

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



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

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

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



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
service install Instance1
cd %TOMCAT2_HOME%\bin
service install Instance2
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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]
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 for this?

Regards,
Wouter de Vaal

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




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


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



RE: Windows service and multiple instances

2004-12-01 Thread Allistair Crossley
that not entirely the case, as the service.bat examines CATALINA_HOME. if the 
env variable is set to 1 installation, teh 2nd service install will use that 
value also. modify service.bat in each installation. you could try remarking 
out this part

rem if not %CATALINA_HOME% ==  goto gotHome

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 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]
 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 for this?
 
 Regards,
 Wouter de Vaal
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 This e-mail, including any attachments, is a confidential 
 business communication, and may contain information that is 
 confidential, proprietary and/or privileged.  This e-mail is 
 intended only for the individual(s) to whom it is addressed, 
 and may not be saved, copied, printed, disclosed or used by 
 anyone else.  If you are not the(an) intended recipient, 
 please immediately delete this e-mail from your computer 
 system and notify the sender.  Thank you.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


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