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, Ilya Kazakevich < [email protected]> wrote: > 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 [mailto:[email protected]] > >Sent: Monday, January 16, 2012 8:14 PM > >To: Tomcat Users List > >Subject: running separate isolated jvm's for each web app > > > >If my tomcat has 2 web applications running on it, how do I > >create different jvm pools to keep the apps isolated? > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
