Author: kkolinko
Date: Sat Jan 16 02:46:01 2016
New Revision: 1724907
URL: http://svn.apache.org/viewvc?rev=1724907&view=rev
Log:
Add global constants for names of system properties "catalina.home",
"catalina.base".
Ported from Tomcat 7.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/Globals.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Globals.java
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/Globals.java?rev=1724907&r1=1724906&r2=1724907&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/Globals.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/Globals.java Sat Jan 16
02:46:01 2016
@@ -360,6 +360,20 @@ public final class Globals {
/**
+ * Name of the system property containing
+ * the Tomcat product installation path
+ */
+ public static final String CATALINA_HOME_PROP = "catalina.home";
+
+
+ /**
+ * Name of the system property containing
+ * the Tomcat instance installation path
+ */
+ public static final String CATALINA_BASE_PROP = "catalina.base";
+
+
+ /**
* Name of the ServletContext init-param that determines if the JSP engine
* should validate *.tld files when parsing them.
* <p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]