More docs tweaks based on Rainer's and Konstantin's feedback
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Oct 2009 19:43:34 +0000 (19:43 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 3 Oct 2009 19:43:34 +0000 (19:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@821400 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/logging.xml

index 8b4ff9f..6eda751 100644 (file)
@@ -305,10 +305,14 @@ log4j.logger.org.apache.catalina.session=DEBUG<br />
       <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>