| Home >> All >> org >> apache >> jk >> [ config Javadoc ] |
org.apache.jk.config: Javadoc index of package org.apache.jk.config.
Package Samples:
org.apache.jk.config
Classes:
NSConfig: 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: ... NSConfig options /> ... where options can include any of the following attributes: configHome - default parent directory for the following paths. If not set, this defaults to TOMCAT_HOME. Ignored whenever any of the following paths is absolute. objConfig - path to use for writing Netscape obj.conf file. If ...
IISConfig: 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: ... IISConfig options /> ... where options can include any of the following attributes: configHome - default parent directory for the following paths. If not set, this defaults to TOMCAT_HOME. Ignored whenever any of the following paths is absolute. regConfig - path to use for writing IIS isapi_redirect registry ...
ApacheConfig: 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: ... org.apache.ajp.tomcat4.config.ApacheConfig options /> ... where options can include any of the following attributes: configHome - default parent directory for the following paths. If not set, this defaults to TOMCAT_HOME. Ignored whenever any of the following paths is absolute. jkConfig - path to use for writing Apache mod_jk conf file. If not set, defaults ...
BaseJkConfig: 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: ... ???Config options /> ... where options can include any of the following attributes: configHome - default parent directory for the following paths. If not set, this defaults to TOMCAT_HOME. Ignored whenever any of the following paths is absolute. workersConfig - path to workers.properties file used by jk connector. If ...
WebXml2Jk: Read a web.xml file and generate the mappings for jk2. It can be used from the command line or ant. In order for the web server to serve static pages, all webapps must be deployed on the computer that runs Apache, IIS, etc. Dynamic pages can be executed on that computer or other servers in a pool, but even if the main server doesn't run tomcat, it must have all the static files and WEB-INF/web.xml. ( you could have a script remove everything else, including jsps - if security paranoia is present ). XXX We could have this in WEB-INF/urimap.properties.
GeneratorApache2
GeneratorJk1
GeneratorJk2
| Home | Contact Us | Privacy Policy | Terms of Service |