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.- Author:
- Craig R. McClanahan
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringApplicationContextXmlstatic java.lang.StringApplicationWebXmlstatic 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.StringDefaultContextXmlstatic java.lang.StringDefaultWebXmlstatic java.lang.StringHostContextXmlstatic java.lang.StringHostWebXmlstatic java.lang.StringNoDefaultWebXmlA value that points to a non-existent file used to suppress loading the default web.xml file.static java.lang.StringPackagestatic java.lang.StringTomcatWebXmlstatic java.lang.StringWarTracker
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
Field Detail- 
Packagepublic static final java.lang.String Package - See Also:
- Constant Field Values
 
 - 
ApplicationContextXmlpublic static final java.lang.String ApplicationContextXml - See Also:
- Constant Field Values
 
 - 
ApplicationWebXmlpublic static final java.lang.String ApplicationWebXml - See Also:
- Constant Field Values
 
 - 
TomcatWebXmlpublic static final java.lang.String TomcatWebXml - See Also:
- Constant Field Values
 
 - 
DefaultContextXmlpublic static final java.lang.String DefaultContextXml - See Also:
- Constant Field Values
 
 - 
DefaultWebXmlpublic static final java.lang.String DefaultWebXml - See Also:
- Constant Field Values
 
 - 
HostContextXmlpublic static final java.lang.String HostContextXml - See Also:
- Constant Field Values
 
 - 
HostWebXmlpublic static final java.lang.String HostWebXml - See Also:
- Constant Field Values
 
 - 
WarTrackerpublic static final java.lang.String WarTracker - See Also:
- Constant Field Values
 
 - 
NoDefaultWebXmlpublic 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_PROPpublic 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_PROPpublic static final java.lang.String CATALINA_BASE_PROP Name of the system property containing the tomcat instance installation path- See Also:
- Constant Field Values
 
 
- 
 
-