View | Details | Raw Unified | Return to bug 50294
Collapse All | Expand All

(-)config/index.xml (-2 / +3 lines)
Lines 39-46 Link Here
39
specific tasks - for that, see the various <em>HOW-TO</em> documents on the
39
specific tasks - for that, see the various <em>HOW-TO</em> documents on the
40
main index page.</p>
40
main index page.</p>
41
41
42
<p>The Tomcat configuration files support Apache Ant style variable
42
<p>Tomcat configuration files are formatted as schemaless XML; elements and
43
substitution. A system property with the name <code>propname</code> may be
43
attributes are case-sensitive. Apache Ant-style variable substitution
44
is supported; a system property with the name <code>propname</code> may be
44
used in a configuration file using the syntax <code>${propname}</code>. All
45
used in a configuration file using the syntax <code>${propname}</code>. All
45
system properties are available including those set using the <code>-D</code>
46
system properties are available including those set using the <code>-D</code>
46
syntax, those automatically made available by the JVM and those configured in
47
syntax, those automatically made available by the JVM and those configured in

Return to bug 50294