| AddEngineAction
| This action adds the current Engine on the top of the stack to the
Embedded object on the stack. |
code | html |
| ConfigHandler
| This is a step toward supporting elements of the catalina server.xml config
as child elements of the jboss.jcml mbean/config extended configuration element. |
code | html |
| EmbeddedCatalina
| A subclass of Embedded that accepts Services and locating virtual
host instances. |
code | html |
| EmbeddedService
| A Service implementation that delegates its
TOMCAT 4.1.12 UPDATE: Added getServer() and setServer(Server server) methods to comply
with new Service interface, and
renamed setServer(EmbeddedCatalina catalina) to setEmbeddedServer(EmbeddedCatalina catalina) to
avoid confusion |
code | html |
| EmbeddedTomcatService
| An implementation of the AbstractWebContainer for the Jakarta Tomcat
4.1 servlet container. |
code | html |
| EngineCreateAction
| This action creates an Engine and sets the Realm and Logger from the
Embedded object on the stack. |
code | html |
| LoggedXmlMapper
| LoggedXmlMapper : a catalina XmlMapper that log onto a jboss Logger. |
code | html |
| ServiceCreateAction
| This action creates an EmbeddedService and adds it to the EmbeddedCatalina
TOMCAT 4.1.12 UPDATE: Extends org.apache.jakarta.commons.Rule |
code | html |
| SetParentClassLoaderRule
| This action sets the Context parent class loader to the loader passed into
the ctor and adds the urls for the jars that contain the javax.servlet.Servlet
class, the org/apache/jasper/JspC.class, and the
org/apache/jasper/runtime/HttpJspBase.class. |
code | html |
| SingleSignOnContextConfig
| Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets, using by default the
authenticator classes found in package
org.jboss.web.tomcat.tc4.authenticator. |
code | html |
| WebCtxLoader
| Initial version of a JBoss implementation of the Tomcat Loader. |
code | html |
| WebCtxLoader.ENCLoader
| A trival extension of URLClassLoader that uses an empty URL[] as its
classpath so that all work is delegated to its parent. |
code | html |