Fields Summary |
---|
public static final String | Package |
public static final String | WEB_CONTEXT_XMLPath to web application context.xml configuration file. |
public static final String | DEFAULT_CONTEXT_XMLThe default location of the global context.xml file.
Path to global context.xml (relative to instance root). |
public static final String | DEFAULT_WEB_XMLThe default web application's deployment descriptor location.
This path is relative to catalina.home i.e. the instance root directory. |
public static final String | DEFAULT_WEB_MODULE_NAMEThe system-assigned default web module's name/identifier.
This has to be the same value as is in j2ee/WebModule.cpp. |
public static final String | NAME_SEPARATORThe separator character between an application name and the web
module name within the application. |
public static final String | DEFAULT_WEB_MODULE_PREFIXThe string to prefix to the name of the web module when a web module
is designated to be the default-web-module for a virtual server.
This serves as a way to differentiate the web module from the
variant that is deployed as a 'default web module' at a context root
of "". |
public static final String | J2EE_INSTANCE_LISTENERName of the class that implements invocation/security/transaction
manager hooks for web application events. |
public static final String | APACHE_JSP_SERVLET_CLASSThe Apache Jasper JSP servlet class name. |
public static final String | JSP_URL_PATTERN |
public static final String | REQUEST_START_TIME_NOTE |
public static final String | ACCESS_LOG_PROPERTY |
public static final String | ACCESS_LOG_BUFFER_SIZE_PROPERTY |
public static final String | ACCESS_LOG_WRITE_INTERVAL_PROPERTY |
public static final String | ACCESS_LOGGING_ENABLED |
public static final String | SSO_ENABLED |