Package org.apache.catalina.startup
Class Constants
- java.lang.Object
-
- org.apache.catalina.startup.Constants
-
public final class Constants extends java.lang.ObjectString constants for the startup package.
Note that some values include a leading '/' and that some do not. This is intentional based on how the values are used.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringApplicationContextXmlThe path to the application context XML file.static java.lang.StringApplicationWebXmlThe path to the application web.xml file.static java.lang.StringCATALINA_BASE_PROPName of the system property containing the tomcat instance installation pathstatic java.lang.StringCATALINA_HOME_PROPName of the system property containing the tomcat product installation pathstatic java.lang.StringDefaultContextXmlThe path to the default context XML file.static java.lang.StringDefaultWebXmlThe path to the default web.xml file.static java.lang.StringHostContextXmlThe path to the host context XML file.static java.lang.StringHostWebXmlThe path to the host web.xml file.static java.lang.StringNoDefaultWebXmlA value that points to a non-existent file used to suppress loading the default web.xml file.static java.lang.StringPackageThe fully qualified name of this package.static java.lang.StringTomcatWebXmlThe path to the Tomcat web.xml file.static java.lang.StringWarTrackerThe path to the WAR tracker file.
-
-
-
Field Detail
-
Package
public static final java.lang.String Package
The fully qualified name of this package.- See Also:
- Constant Field Values
-
ApplicationContextXml
public static final java.lang.String ApplicationContextXml
The path to the application context XML file.- See Also:
- Constant Field Values
-
ApplicationWebXml
public static final java.lang.String ApplicationWebXml
The path to the application web.xml file.- See Also:
- Constant Field Values
-
TomcatWebXml
public static final java.lang.String TomcatWebXml
The path to the Tomcat web.xml file.- See Also:
- Constant Field Values
-
DefaultContextXml
public static final java.lang.String DefaultContextXml
The path to the default context XML file.- See Also:
- Constant Field Values
-
DefaultWebXml
public static final java.lang.String DefaultWebXml
The path to the default web.xml file.- See Also:
- Constant Field Values
-
HostContextXml
public static final java.lang.String HostContextXml
The path to the host context XML file.- See Also:
- Constant Field Values
-
HostWebXml
public static final java.lang.String HostWebXml
The path to the host web.xml file.- See Also:
- Constant Field Values
-
WarTracker
public static final java.lang.String WarTracker
The path to the WAR tracker file.- See Also:
- Constant Field Values
-
NoDefaultWebXml
public static final java.lang.String NoDefaultWebXml
A value that points to a non-existent file used to suppress loading the default web.xml file.It is useful when embedding Tomcat, when the default configuration is done programmatically, e.g. by calling
Tomcat.initWebappDefaults(context).- See Also:
Tomcat, Constant Field Values
-
CATALINA_HOME_PROP
public static final java.lang.String CATALINA_HOME_PROP
Name of the system property containing the tomcat product installation path- See Also:
- Constant Field Values
-
CATALINA_BASE_PROP
public static final java.lang.String CATALINA_BASE_PROP
Name of the system property containing the tomcat instance installation path- See Also:
- Constant Field Values
-
-