Author: markt Date: Wed Nov 24 20:00:12 2010 New Revision: 1038791 URL: http://svn.apache.org/viewvc?rev=1038791&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/tc5.5.x/trunk/container/webapps/docs/changelog.xml tomcat/tc5.5.x/trunk/container/webapps/docs/config/index.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=1038791&r1=1038790&r2=1038791&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Wed Nov 24 20:00:12 2010 @@ -93,6 +93,14 @@ </fix> </changelog> </subsection> + <subsection name="Webapps"> + <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 5.5.31 (jim)" rtext="released 2010-09-16"> <subsection name="General"> 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=1038791&r1=1038790&r2=1038791&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 Wed Nov 24 20:00:12 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