This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes configuring TOMCAT to use 2 different versions of JVM Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "configuring TOMCAT to use 2 different versions of JVM" Watch "configuring TOMCAT to use 2 different versions of JVM" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: configuring TOMCAT to use 2 different versions of JVM
 
Similar Threads
A simple question - Help required!!
server crash
war file deployment
A General question - Pls help !!
not able to update class files in servlets, help pls