Author: markt
Date: Sat Oct  3 19:43:34 2009
New Revision: 821400

URL: http://svn.apache.org/viewvc?rev=821400&view=rev
Log:
More docs tweaks based on Rainer's feedback

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=821400&r1=821399&r2=821400&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Sat Oct  3 19:43:34 2009
@@ -305,10 +305,14 @@
       <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 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>.
+      <code>$CATALINA_BASE</code>. Note that if you do this then you may need 
to
+      make some, or all, of the following additional changes:
+      <ul>
+        <li>create a <code>$CATALINA_BASE/bin</code> directory</li>
+        <li>create a <code>$CATALINA_BASE/lib</code> directory</li>
+        <li>if running with a security manager, adjust the codebase for JULI in
+            <code>$CATALINA_BASE/conf/catalina.policy</code></li>
+      </ul>
     </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