From 814b66b128346089dd80839b578f3868eab5aa14 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 24 Nov 2010 19:59:19 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1038789 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 10 ++++++++++ webapps/docs/config/index.xml | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 6d72bcb33..0aa10fdde 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -37,6 +37,16 @@ +
+ + + + 50294: Add more information to documentation regarding format + of configuration files. Patch provided by Luke Meyer. (markt) + + + +
diff --git a/webapps/docs/config/index.xml b/webapps/docs/config/index.xml index d99e3a15b..171d21673 100644 --- a/webapps/docs/config/index.xml +++ b/webapps/docs/config/index.xml @@ -39,8 +39,9 @@ attempt to describe which configuration directives should be used to perform specific tasks - for that, see the various HOW-TO documents on the main index page.

-

The Tomcat configuration files support Apache Ant style variable -substitution. A system property with the name propname may be +

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 propname may be used in a configuration file using the syntax ${propname}. All system properties are available including those set using the -D syntax, those automatically made available by the JVM and those configured in -- 2.11.0