How do I get Tomcat to serve the same JSPs from the same directory for URLs
with different requested paths, yet use a single JVM instance?  I know that
I can create two different contexts that use the same docBase, but
unfortunately each context will have its own JVM.

So, is there a way to get Tomcat to use a single JVM across multiple
contexts? Or, is there a way to make "virtual directories" that point to one
real directory within a single context?

I'm currently using Tomcat 5.0.27.


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

Reply via email to