You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/12/11 14:47:11 UTC

svn commit: r889615 - in /tomcat: tc5.5.x/trunk/container/webapps/docs/config/index.xml tc6.0.x/trunk/webapps/docs/config/index.xml trunk/webapps/docs/config/index.xml

Author: markt
Date: Fri Dec 11 13:47:10 2009
New Revision: 889615

URL: http://svn.apache.org/viewvc?rev=889615&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47656
Add information on system property replacement in config files.

Modified:
    tomcat/tc5.5.x/trunk/container/webapps/docs/config/index.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml
    tomcat/trunk/webapps/docs/config/index.xml

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/index.xml
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/index.xml?rev=889615&r1=889614&r2=889615&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/config/index.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/index.xml Fri Dec 11 13:47:10 2009
@@ -39,6 +39,14 @@
 specific tasks - for that, see the various <em>HOW-TO</em> documents on the
 main index page.</p>
 
+<p>The Tomcat configuration files support Apache Ant style variable
+substitution. A system property with the name <code>propname</code> may be
+used in a configuration file using the syntax <code>${propname}</code>. All
+system properties are available including those set using the <code>-D</code>
+syntax, those automatically made available by the JVM and those configured in
+the <code>$CATALINA_BASE/conf/catalina.properties</code> file.
+</p>
+
 <p>The configuration element descriptions are organized into the following
 major categories:</p>
 <ul>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml?rev=889615&r1=889614&r2=889615&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml Fri Dec 11 13:47:10 2009
@@ -39,6 +39,14 @@
 specific tasks - for that, see the various <em>HOW-TO</em> documents on the
 main index page.</p>
 
+<p>The Tomcat configuration files support Apache Ant style variable
+substitution. A system property with the name <code>propname</code> may be
+used in a configuration file using the syntax <code>${propname}</code>. All
+system properties are available including those set using the <code>-D</code>
+syntax, those automatically made available by the JVM and those configured in
+the <code>$CATALINA_BASE/conf/catalina.properties</code> file.
+</p>
+
 <p>The configuration element descriptions are organized into the following
 major categories:</p>
 <ul>

Modified: tomcat/trunk/webapps/docs/config/index.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/index.xml?rev=889615&r1=889614&r2=889615&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/index.xml (original)
+++ tomcat/trunk/webapps/docs/config/index.xml Fri Dec 11 13:47:10 2009
@@ -39,6 +39,14 @@
 specific tasks - for that, see the various <em>HOW-TO</em> documents on the
 main index page.</p>
 
+<p>The Tomcat configuration files support Apache Ant style variable
+substitution. A system property with the name <code>propname</code> may be
+used in a configuration file using the syntax <code>${propname}</code>. All
+system properties are available including those set using the <code>-D</code>
+syntax, those automatically made available by the JVM and those configured in
+the <code>$CATALINA_BASE/conf/catalina.properties</code> file.
+</p>
+
 <p>The configuration element descriptions are organized into the following
 major categories:</p>
 <ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org