Package org.apache.catalina.startup
Class Constants
java.lang.Object
org.apache.catalina.startup.Constants
String 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.
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 SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringName of the system property containing the tomcat instance installation pathstatic final StringName of the system property containing the tomcat product installation pathstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringA value that points to a non-existent file used to suppress loading the default web.xml file.static final Stringstatic final Stringstatic final String
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
Package- See Also:
 
- 
ApplicationContextXml- See Also:
 
- 
ApplicationWebXml- See Also:
 
- 
TomcatWebXml- See Also:
 
- 
DefaultContextXml- See Also:
 
- 
DefaultWebXml- See Also:
 
- 
HostContextXml- See Also:
 
- 
HostWebXml- See Also:
 
- 
WarTracker- See Also:
 
- 
NoDefaultWebXmlA 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:
 
- 
CATALINA_HOME_PROPName of the system property containing the tomcat product installation path- See Also:
 
- 
CATALINA_BASE_PROPName of the system property containing the tomcat instance installation path- See Also:
 
 
- 
- 
Constructor Details- 
Constantspublic Constants()
 
-