How to run two webapps in the same JVM on Tomcat
843841Oct 18 2007 — edited Oct 18 2007Hi
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