Add information on system property replacement in config files.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@889615
13f79535-47bb-0310-9956-
ffa450edef68
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>