Author: markt
Date: Sat Oct  3 16:20:49 2009
New Revision: 821353

URL: http://svn.apache.org/viewvc?rev=821353&view=rev
Log:
Fix BASE/HOME swap and add note re security manager.

Modified:
    tomcat/trunk/webapps/docs/logging.xml

Modified: tomcat/trunk/webapps/docs/logging.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=821353&r1=821352&r2=821353&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Sat Oct  3 16:20:49 2009
@@ -302,11 +302,13 @@
 
     <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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to