org.apache.jk.config |
|
Java Source File Name | Type | Comment |
ApacheConfig.java | Class | Generates automatic apache mod_jk configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup.
This config interceptor is enabled by inserting an ApacheConfig
Listener in
the server.xml file like so:
< Server ... |
BaseJkConfig.java | Class | Base class for automatic jk based configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup.
This config interceptor is enabled by inserting a Config
element in the <ContextManager> tag body inside
the server.xml file like so:
< ContextManager ... |
GeneratorApache2.java | Class | |
GeneratorJk1.java | Class | |
GeneratorJk2.java | Class | |
IISConfig.java | Class | Generates automatic IIS isapi_redirect configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup.
This config interceptor is enabled by inserting an IISConfig
element in the <ContextManager> tag body inside
the server.xml file like so:
< ContextManager ... |
NSConfig.java | Class | Generates automatic Netscape nsapi_redirect configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup.
This config interceptor is enabled by inserting an NSConfig
element in the <ContextManager> tag body inside
the server.xml file like so:
< ContextManager ... |
WebXml2Jk.java | Class | Read a web.xml file and generate the mappings for jk2. |