Author: markt Date: Wed Nov 24 19:59:19 2010 New Revision: 1038789 URL: http://svn.apache.org/viewvc?rev=1038789&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50294 Add more information to documentation regarding format of configuration files. Patch provided by Luke Meyer.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/index.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1038789&r1=1038788&r2=1038789&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Nov 24 19:59:19 2010 @@ -37,6 +37,16 @@ <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> Modified: tomcat/trunk/webapps/docs/config/index.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/index.xml?rev=1038789&r1=1038788&r2=1038789&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/index.xml (original) +++ tomcat/trunk/webapps/docs/config/index.xml Wed Nov 24 19:59:19 2010 @@ -39,8 +39,9 @@ attempt to describe which configuration 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org