org.jboss.web.tomcat.service |
|
Java Source File Name | Type | Comment |
DeployerConfig.java | Class | The tomcat war deployer configuration passed in from the web container. |
JBossWeb.java | Class | An implementation of the AbstractWebContainer for the Jakarta Tomcat5
servlet container. |
JBossWebMBean.java | Interface | An implementation of the AbstractWebContainer for the Jakarta Tomcat5
servlet container. |
JvmRouteFilter.java | Class | Web request filter to specifically handle Tomcat jvmRoute using mod_jk(2)
module. |
StatusServlet.java | Class | This servlet will display a complete status of the HTTP/1.1 connector.
author: Remy Maucherat version: $Revision: 41072 $ $Date: 2006-02-09 08:47:17 +0100 (jeu., 09 févr. |
TomcatDeployer.java | Class | |
WebAppClassLoader.java | Class | 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.java | Class | Override the tomcat WebappLoader to set the default class loader to the
WebAppClassLoader and pass the filtered packages to the WebAppClassLoader. |
WebCtxLoader.java | Class | Initial version of a JBoss implementation of the Tomcat Loader. |