Author: markt
Date: Wed Jan 10 15:55:41 2007
New Revision: 495046

URL: http://svn.apache.org/viewvc?view=rev&rev=495046
Log:
Fix minor issues with logging doc reported by Erik Bertelsen

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/logging.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/logging.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/logging.xml?view=diff&rev=495046&r1=495045&r2=495046
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/logging.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/logging.xml Wed Jan 10 15:55:41 2007
@@ -93,7 +93,7 @@
         <li>Replace <code>$CATALINA_HOME/bin/tomcat-juli.jar</code> with
         <code>output/extras/tomcat-juli.jar</code>.</li>
 
-        <li>Place <code>$CATALINA_HOME/bin/tomcat-juli-adapters.jar</code> in 
+        <li>Place <code>output/extras/tomcat-juli-adapters.jar</code> in 
         $CATALINA_HOME/lib.</li>
 
        <li>Start Tomcat</li>
@@ -109,7 +109,7 @@
        
     <p>
       You can (and should) be more picky about which packages to include 
-      in the logging. Tomcat 5.5 uses defines loggers by Engine and Host names.
+      in the logging. Tomcat 6 uses defines loggers by Engine and Host names.
       For example, for a default Catalina localhost log, add this to the
       end of the log4j.properties above. Note that there are known issues with 
       using this naming convention (with square brackets) in log4j XML based



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to