Class Summary |
ApacheConfig |
Generates automatic apache mod_jk configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup. |
AutoDeploy |
Will manage a repository of .war files, expanding them automatically
and eventually re-deploying them. |
AutoWebApp |
Automatically add all the web applications from a directory. |
BaseJkConfig |
Base class for automatic jk based configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup. |
ContextXmlReader |
This is a configuration module that will read context configuration files,
including server.xml, and configure the server by adding the contexts. |
HookSetter |
Keep hook chains to minimal, using introspection. |
IISConfig |
Generates automatic IIS isapi_redirect configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup. |
JservConfig |
Generates automatic apache mod_jserv configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup. |
LoaderInterceptor11 |
Set class loader based on WEB-INF/classes, lib. |
LogSetter |
Define a logger with the specified name, using the logger
implementation in org.apache.tomcat.util.log.QueueLogger
Tomcat uses the util.log.Log class - if you want to use
a different logger ( like log4j or jsrXXX ) you need to create a
new interceptor that will use your favorite logger and
create a small adapter ( class extending Log and directing
the output to your favorite logger. |
NSConfig |
Generates automatic Netscape nsapi_redirect configurations based on
the Tomcat server.xml settings and the war contexts
initialized during startup. |
PathSetter |
Set ( and guess ) the paths to absolute ( and canonical ) directories. |
PolicyInterceptor |
Set policy-based access to tomcat. |
PolicyLoader |
Load the PolicyInterceptor if JDK1.2 is detected and if "sandbox"
property of ContextManager is set. |
ProfileLoader |
This module can be used to specify groups of modules and
add them automcatically to all web applications declared as
belonging to the profile. |
ServerXmlReader |
This is a configuration module that will read a server.xml file
and dynamically configure the server by adding modules and interceptors. |
TrustedLoader |
Special configuration for trusted applications. |
WorkDirSetup |
Handles work dir setup/removal. |