| Author |
configuring TOMCAT to use 2 different versions of JVM
|
prashant samant
Greenhorn
Joined: Oct 06, 2002
Posts: 1
|
|
hi, can anybody tell me ,how to achieve the following. my problem is ,if a request comes from one servlet than TOMCAT should use one JVM say (JVM A) which in my case is older version, and if the request comes from another servlet than TOMCAT should use new version of JVM say (JVM B). Thanks & Regards Prashant
|
 |
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
|
|
|
You will need two separate instances of tomcat to achieve this. In the future I would suggest you post Tomcat questions to the Tomcat forum, you are more likely to get responses there.
|
 |
 |
|
|
subject: configuring TOMCAT to use 2 different versions of JVM
|
|
|