Re: running separate isolated jvm's for each web app

2012-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahmed, On 1/16/12 11:13 AM, S Ahmed wrote: If my tomcat has 2 web applications running on it, how do I create different jvm pools to keep the apps isolated? Read the RUNNING.txt file that comes in the Tomcat distribution. Specifically, read the

RE: running separate isolated jvm's for each web app

2012-01-16 Thread Ilya Kazakevich
Tomcat itself runs inside JVM, so you need 2 JVMs each with tomcat and your app. Separating apps is a good practice because of classpath issues Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com Develop with pleasure! -Original Message- From: S Ahmed

Re: running separate isolated jvm's for each web app

2012-01-16 Thread S Ahmed
Meaning I have to run tomcat 2 times? I thought it would be possible to have a single instace of tomcat running, and 2 different applications running on seperate jvms. Thanks for clarifying. So there memory cost is even higher since you need 2 tomcats running. On Mon, Jan 16, 2012 at 11:17 AM,

Re: running separate isolated jvm's for each web app

2012-01-16 Thread David kerber
On 1/16/2012 11:50 AM, S Ahmed wrote: Meaning I have to run tomcat 2 times? I thought it would be possible to have a single instace of tomcat running, and 2 different applications running on seperate jvms. Thanks for clarifying. So there memory cost is even higher since you need 2 tomcats