> From: Pratap Parne [mailto:[EMAIL PROTECTED] 
> how to start multiple threads of a single instance of
> a tomcat where each thread runs a different
> application.is it possible with tomcat if so how

Tomcat is (very!) multi-threaded anyway.  If you want to run multiple
web applications (.war files), simply put all the .war files into
Tomcat's 'webapps' directory.  Tomcat will start and run all of them,
and will allocate its threads to whichever web applications need them at
the time.

Does this help?

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to