Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50294
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 24 Nov 2010 19:59:19 +0000 (19:59 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 24 Nov 2010 19:59:19 +0000 (19:59 +0000)
Add more information to documentation regarding format of configuration files. Patch provided by Luke Meyer.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1038789 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/config/index.xml

index 6d72bcb..0aa10fd 100644 (file)
 
 <body>
 <!-- General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Other -->
+<section name="Tomcat 7.0.6 (markt)">
+  <subsection name="Web applications">
+    <changelog>
+      <add>
+        <bug>50294</bug>: Add more information to documentation regarding format
+        of configuration files. Patch provided by Luke Meyer. (markt) 
+      </add>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 7.0.5 (markt)">
   <subsection name="General">
     <changelog>
index d99e3a1..171d216 100644 (file)
@@ -39,8 +39,9 @@ attempt to describe which configuration directives should be used to perform
 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
+<p>Tomcat configuration files are formatted as schemaless XML; elements and
+attributes are case-sensitive. Apache Ant-style variable substitution
+is supported; 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