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


Reply via email to