Re: Multiple JVM in Tomat

2007-05-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerome, Jerome Benezech wrote: > OK so I would have several tomcat instances running on different > ports. This is fine but how would that impact memory usag eon the > server ? The same impact as a single Tomcat starting multiple VMs (however /that/

RE: Multiple JVM in Tomat

2007-05-18 Thread Jerome Benezech
OK so I would have several tomcat instances running on different ports. This is fine but how would that impact memory usag eon the server ? I guess every tomcat instance needs quiet a bit of initial memory. Then that means this amount of memory would be multiplied by the number of webapps... Also,

RE: Multiple JVM in Tomat

2007-05-18 Thread Peter Crowther
> From: Jerome Benezech [mailto:[EMAIL PROTECTED] > Do you have any documentation link on how to setup > tomcat to spawn a different JVM per webapp ? "By hand". See the documentation on setting up multiple instances - to my knowledge, there's no way of setting up Tomcat to spawn JVMs. Note that