You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike La Budde <mi...@irista.com> on 2000/11/27 17:53:39 UTC

One JVM per context?? Please help!

Is it possible to configure tomcat to execute a new java virtual machine 
per context? If so, how?

TIA,

Mike


Re: One JVM per context?? Please help!

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Mike La Budde wrote:

> Is it possible to configure tomcat to execute a new java virtual machine
> per context? If so, how?
>
> TIA,
>
> Mike

For Tomcat running stand alone, the only way to do this would be to have a
machine with multiple IP addresses, and bind each context to a particular IP.
For Tomcat running behind a web server, this can be done with appropriate
configuration of the tomcat-apache.conf file -- see the Tomcat User's Guide for
more information.

Craig McClanahan



RE: One JVM per context?? Please help!

Posted by Saurabh Shukla <sa...@cysphere.com>.
It is equivalent to running two tomcat's, so you are read about starting 2
tomcats,
you just need to have 2 different server.xml(one for each context)

Shuklix

-----Original Message-----
From: Mike La Budde [mailto:mike.labudde@irista.com]
Sent: Monday, November 27, 2000 10:24 PM
To: tomcat-user@jakarta.apache.org
Subject: One JVM per context?? Please help!



Is it possible to configure tomcat to execute a new java virtual machine
per context? If so, how?

TIA,

Mike