Re: isolate jvm for each web app possible?

2009-08-06 Thread André Warnier
zhang99 wrote: is it possible to isolate jvm runtime for each web app so that if one web app memory leak it will not affect another web app for tomcat? i have experience with tomcat5.5 where one web app crash and cause other web applications die. i wonder is there any plan/milesstone tomcat

Re: isolate jvm for each web app possible?

2009-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 8/6/2009 5:24 AM, André Warnier wrote: If you want to really separate the webapps from one another, you have to run them in separate Tomcats, which in turn would run under separate JVMs. More specifically, see the RUNNING.txt file that

RE: isolate jvm for each web app possible?

2009-08-06 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: isolate jvm for each web app possible? 2. More JVMs means larger memory requirements. A Sun 1.5+ JVM will help, as some of this memory is shared Actually, the sharing *increases* memory requirements (it's