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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe path to the application context XML file.static final StringThe path to the application web.xml file.static 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 StringThe path to the default context XML file.static final StringThe path to the default web.xml file.static final StringThe path to the host context XML file.static final StringThe path to the host web.xml file.static final StringA value that points to a non-existent file used to suppress loading the default web.xml file.static final StringThe fully qualified name of this package.static final StringThe path to the Tomcat web.xml file.static final StringThe path to the WAR tracker file. -
Method Summary
-
Field Details
-
Package
-
ApplicationContextXml
The path to the application context XML file.- See Also:
-
ApplicationWebXml
-
TomcatWebXml
-
DefaultContextXml
-
DefaultWebXml
-
HostContextXml
-
HostWebXml
-
WarTracker
-
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:
-
CATALINA_HOME_PROP
Name of the system property containing the tomcat product installation path- See Also:
-
CATALINA_BASE_PROP
Name of the system property containing the tomcat instance installation path- See Also:
-