Thanks for the help : )  I'll try that 

Caldarale, Charles R wrote:
> 
>> From: jerrythenoob [mailto:[EMAIL PROTECTED] 
>> Subject: JVM per web App in Tomcat 5 possiable
>> 
>> my application uses a thrid-party native lib which will
>> bring down tomcat if the internet connectivity is lost
>> after a couple of attempts.
> 
> Hope you didn't pay money for that.
> 
>> Is there a way to start another JVM for that web app alone ?
> 
> You can run multiple Tomcat instances on the same box, but each will
> require its own unique IP-address/port combination.  See the Advanced
> Configuration section of RUNNING.txt in your Tomcat home directory for
> details.
> 
> If you need to run multiple instances all with the same IP address and
> port, you'll need something in front of them to dispatch requests to the
> proper instance.  Apache httpd can do this, for example.
> 
>  - 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 start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JVM-per-web-App-in-Tomcat-5-possiable-tf3269997.html#a9092113
Sent from the Tomcat - User mailing list archive at Nabble.com.


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