Author: markt Date: Sun Sep 2 14:43:55 2007 New Revision: 572171 URL: http://svn.apache.org/viewvc?rev=572171&view=rev Log: Commons moved to TLP
Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/logging.xml?rev=572171&r1=572170&r2=572171&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/logging.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/logging.xml Sun Sep 2 14:43:55 2007 @@ -33,7 +33,7 @@ <section name="Introduction"> <p> Tomcat 5.5 uses - <a href="http://jakarta.apache.org/commons/logging">Commons Logging</a> + <a href="http://commons.apache.org/logging">Commons Logging</a> throughout its internal code allowing the developer to choose a logging configuration that suits their needs, e.g java.util.logging or @@ -92,7 +92,7 @@ <li><a href="http://logging.apache.org/log4j">Download Log4J</a> (v1.2 or later) and place the log4j jar in $CATALINA_HOME/common/lib.</li> - <li><a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi"> + <li><a href="http://commons.apache.org/downloads/download_logging.cgi"> Download Commons Logging</a> and place the commons-logging.jar (not commons-logging-api.jar) in $CATALINA_HOME/common/lib with the log4j jar.</li> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]