Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to run two webapps in the same JVM on Tomcat

843841Oct 18 2007 — edited Oct 18 2007
Hi

I've been doing some demos where I have two webapps that have to share static resources (I know it's bad, it was a quick fix).

I was developing in Eclipse and deployed to tomcat using eclipse the apps were automatically in the same JVM and everything worked. Now when I try to deploy the web apps on a standalone tomcat the web applications end up in different JVMs and can't communicate.

How do I get two webapps to run in the same jvm on a standalone tomcat server?

BR
Kristofer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2007
Added on Oct 18 2007
1 comment
419 views