From d74b3bb0c44f84f2f7fca7455f6eb344c0a2b798 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 3 Oct 2009 16:20:49 +0000 Subject: [PATCH] Fix BASE/HOME swap and add note re security manager. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@821353 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/logging.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 4d2666e10..8b4ff9f99 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -302,11 +302,13 @@ log4j.logger.org.apache.catalina.session=DEBUG

If you have multiple instances of Tomcat, each with a separate - $CATALINA_HOME but a shared $CATALINA_BASE then + $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. + $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.

-- 2.11.0