RE: Do Servlets and Filters in separate contexts share a single JVM instance?

2003-01-15 Thread Shapira, Yoav
Howdy, First off, the general questions, then your specific design issue: >servlet and/or filter context running within its own JVM instance? or >within its own Process (as in java.lang.Runtime.exec)? In other words, do >all servlets and filter contexts share the same JVM instance or are they >s

Do Servlets and Filters in separate contexts share a single JVM instance?

2003-01-15 Thread Lorenti, John
Hello, I am trying to know how Tomcat (4.1.12) handles the creation of each servlet and/or filter in different contexts. (I haven't noticed this within the documentation, but maybe I've just missed it.) As far as I can tell from the archives, it seems that each application context is loaded by a