From: markt Date: Sat, 3 Oct 2009 19:43:34 +0000 (+0000) Subject: More docs tweaks based on Rainer's and Konstantin's feedback X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=53aeb088eb80118a2bd06a571dbac0b793f07032;p=tomcat7.0 More docs tweaks based on Rainer's and Konstantin's feedback git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@821400 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 8b4ff9f99..6eda75181 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -305,10 +305,14 @@ log4j.logger.org.apache.catalina.session=DEBUG
$CATALINA_BASE but a shared $CATALINA_HOME then you can configure log4j on a per instance basis by replacing references to $CATALINA_HOME in the above instructions with - $CATALINA_BASE. Note that you may need to create a - $CATALINA_BASE/lib directory and if you are running with a - security manager you will need to adjust the codebase for JULI in - $CATALINA_BASE/conf/catalina.policy. + $CATALINA_BASE. Note that if you do this then you may need to + make some, or all, of the following additional changes: +