• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

configuring TOMCAT to use 2 different versions of JVM

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic