From: markt Date: Sat, 3 Oct 2009 16:20:49 +0000 (+0000) Subject: Fix BASE/HOME swap and add note re security manager. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d74b3bb0c44f84f2f7fca7455f6eb344c0a2b798;p=tomcat7.0 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 --- 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.