Class Summary |
DeployerConfig (src) |
The tomcat war deployer configuration passed in from the web container. |
JvmRouteFilter (src) |
Web request filter to specifically handle Tomcat jvmRoute using mod_jk(2)
module. |
StandardService (src) |
Standard implementation of the Service interface. |
StatusServlet (src) |
This servlet will display a complete status of the HTTP/1.1 connector. |
Tomcat5 (src) |
An implementation of the AbstractWebContainer for the Jakarta Tomcat5
servlet container. |
TomcatDeployer (src) |
The tomcat web application deployer |
WebAppClassLoader (src) |
Subclass the tomcat web app class loader to override the filter method
to exclude classes which cannot be override by the web app due to their
use in the tomcat web container/integration. |
WebAppLoader (src) |
Override the tomcat WebappLoader to set the default class loader to the
WebAppClassLoader and pass the filtered packages to the WebAppClassLoader. |
WebCtxLoader (src) |
Initial version of a JBoss implementation of the Tomcat Loader. |