From: markt Date: Fri, 11 Dec 2009 13:47:10 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47656 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=98a7e017127eb9726f3234aefe0bee59aa0a1b32;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47656 Add information on system property replacement in config files. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@889615 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/index.xml b/webapps/docs/config/index.xml index 3969a77db..83e40a238 100644 --- a/webapps/docs/config/index.xml +++ b/webapps/docs/config/index.xml @@ -39,6 +39,14 @@ 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 +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 +the $CATALINA_BASE/conf/catalina.properties file. +

+

The configuration element descriptions are organized into the following major categories: