| Servlet that is loaded by both TomcatServletEngine
and Tomcat itself -- this is used to delegate requests within
Tomcat back into the (launching) TomcatServletEngine's
"gateway" Servlet.
This kluge depends upon a static variable, which means that
only one TomcatServletEngine can run at a time. In talking
to "tomcat-user@jakarta.apache.org" it sounds like this is
the easiest way to embed Tomcat. It's not pretty, but okay
for now.
|