Class Constants


  • public final class Constants
    extends Object
    Static constants for this package.
    • Field Detail

      • WEB_CONTEXT_XML

        public static final String WEB_CONTEXT_XML
        Path to web application context.xml configuration file.
        See Also:
        Constant Field Values
      • DEFAULT_CONTEXT_XML

        public static final String DEFAULT_CONTEXT_XML
        The default location of the global context.xml file. Path to global context.xml (relative to instance root).
        See Also:
        Constant Field Values
      • DEFAULT_WEB_XML

        public static final String DEFAULT_WEB_XML
        The default web application's deployment descriptor location. This path is relative to catalina.home i.e. the instance root directory.
        See Also:
        Constant Field Values
      • DEFAULT_WEB_MODULE_NAME

        public static final String DEFAULT_WEB_MODULE_NAME
        The system-assigned default web module's name/identifier. This has to be the same value as is in j2ee/WebModule.cpp.
        See Also:
        Constant Field Values
      • NAME_SEPARATOR

        public static final String NAME_SEPARATOR
        The separator character between an application name and the web module name within the application.
        See Also:
        Constant Field Values
      • DEFAULT_WEB_MODULE_PREFIX

        public static final String DEFAULT_WEB_MODULE_PREFIX
        The 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 "".
        See Also:
        Constant Field Values
      • APACHE_JSP_SERVLET_CLASS

        public static final String APACHE_JSP_SERVLET_CLASS
        The Apache Jasper JSP servlet class name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()