From 6571d655e378f6843a73ca934b08bf5683fbb381 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 30 Jul 2008 22:37:11 +0000 Subject: [PATCH] Fix 45509 - typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@681233 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/logging.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 0df5092c4..4e7b58e53 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -104,7 +104,7 @@ (v1.2 or later) and place the log4j jar in $CATALINA_HOME/lib.
  • Build the commons-logging additional component using the extras.xml - Ant build script which is part of teh Tomcat source bundle.
  • + Ant build script which is part of the Tomcat source bundle.
  • Replace $CATALINA_HOME/bin/tomcat-juli.jar with output/extras/tomcat-juli.jar.
  • @@ -125,7 +125,7 @@

    You can (and should) be more picky about which packages to include - in the logging. Tomcat 6 uses defines loggers by Engine and Host names. + in the logging. Tomcat 6 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 -- 2.11.0