Under Tomcat 3.2.3, I had 2 serverXXX.xml  files, and I started 2 instances
of Tomcat, each with it's own serverXXX.XML file.  This allowed each app to
have it's own JVM.

Looking at 3.3's documentation, it seems the right way to define contexts is
to use app_XXX.XML file in the conf directory, and let tomcat find them
directly.

Question, does each context have it's own JVM?  If not, then how should I
create multiple JVMs?  It looks like I have to go back to putting the
context definition in 2 separate server.XML files, then call them
separately, and not use the APP-XXX.XML route, which seems to be the
preferred route.

Thanks in advance.

jchuang


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to