Hi,
One webapp can only run in one JVM.  But if you are splitting your
webapp, you can use the CATALINA_BASE/CATALINA_HOME approach QM referred
to, or have an entirely new Tomcat instance.  It doesn't make that big a
difference.

Consider also making the rest of your webapp run in the new JVM, so that
you stay in harmony.

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: Chris Ward [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 22, 2004 3:58 AM
>To: Tomcat Users List
>Subject: Mulitple JVMs
>
>
>Dear All,
>
>Due to a version upgrade of some third-party component accessed
>through J-Integra (Java/COM bridge) I've been informed that I
>need to run the new version in a different JVM to the rest of
>my webapp (the earlier versions lived in harmony).
>
>I know I could have a separate Tomcat on a different (or the same)
>server dedicated to running the new stuff, but I wondered if anyone
>has any advice on this.
>
>Many thanks,
>Chris
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to