Documentation nits in tc6 's logging.html 2007-01-06 - By Erik Bertelsen
Back Looking through the Tomcat 6 docs, I noticed the following in logging.html about how to use log4j for logging with extras/tomcat-juli.jar: the 4th step about replacing tomcat-juli.jar is ok, but the 5th step about adding tomcat-juli-adapters.jar looks like it has been copied too quickly from step 4. Suggested fix:
diff -c logging.xml~ logging.xml *** logging.xml~ Sun Dec 24 10:28:34 2006 --- logging.xml Sat Jan 6 11:14:03 2007 *************** *** 93,99 **** <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 $CATALINA_HOME/lib.</li>
<li>Start Tomcat</li> --- 93,99 ---- <li>Replace <code>$CATALINA_HOME/bin/tomcat-juli.jar</code> with <code>output/extras/tomcat-juli.jar</code>.</li>
! <li>Place <code>output/extras/tomcat-juli-adapters.jar</code> in $CATALINA_HOME/lib.</li>
<li>Start Tomcat</li>
A few paragraphs further down in the same file is a reference to Tomcat 5.5 that should probably be Tomcat 6.
- Erik
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|