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 Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Name of the system property containing the tomcat instance installation pathstatic final String
Name of the system property containing the tomcat product installation pathstatic final String
static final String
static final String
static final String
static final String
A value that points to a non-existent file used to suppress loading the default web.xml file.static final String
static final String
static final String
-
Constructor Summary
-
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:
-
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:
-
-
Constructor Details
-
Constants
public Constants()
-