From 53aeb088eb80118a2bd06a571dbac0b793f07032 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 3 Oct 2009 19:43:34 +0000 Subject: [PATCH] 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 --- webapps/docs/logging.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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: +

-- 2.11.0