Fix BASE/HOME swap and add note re security manager.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Oct 2009 16:20:49 +0000 (16:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Oct 2009 16:20:49 +0000 (16:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@821353 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/logging.xml

index 4d2666e..8b4ff9f 100644 (file)
@@ -302,11 +302,13 @@ log4j.logger.org.apache.catalina.session=DEBUG<br />
 
     <p>
       If you have multiple instances of Tomcat, each with a separate
-      <code>$CATALINA_HOME</code> but a shared <code>$CATALINA_BASE</code> then
+      <code>$CATALINA_BASE</code> but a shared <code>$CATALINA_HOME</code> then
       you can configure log4j on a per instance basis by replacing references to
       <code>$CATALINA_HOME</code> in the above instructions with
       <code>$CATALINA_BASE</code>. Note that you may need to create a
-      <code>$CATALINA_BASE/lib</code> directory. 
+      <code>$CATALINA_BASE/lib</code> directory and if you are running with a
+      security manager you will need to adjust the codebase for JULI in 
+      <code>$CATALINA_BASE/conf/catalina.policy</code>.
     </p>
   </section>