> From: Joe Wallace [mailto:j...@andar360.com]
> Subject: Re: Run multiple web applications in Tomcat each as
> an independent windows service question

> I have two applications in Tomcat and I want to run
> each as its own windows service.

Then you would have to run each webapp in its own instance of Tomcat.  A 
Windows service is just a program, and for this purpose that program is Tomcat, 
regardless of the number of webapps deployed.

> I want to be able to stop App1 without stopping App 2.

As Gregor pointed out, use Tomcat's built-in manager app, or run two separate 
Tomcats.

> I have been doing this with Jrun with multiple web apps
> each running as an independent windows service

Then you were actually running multiple copies of JRun.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to