From ea208f8f24c6f61c994e665f8360e71dbb944f89 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 8 Jan 2009 22:41:18 +0000 Subject: [PATCH] Add download information for the extras components git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@732859 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/extras.xml | 12 ++++++++++-- webapps/docs/logging.xml | 8 ++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/webapps/docs/extras.xml b/webapps/docs/extras.xml index 0d83034c1..cc24dddce 100644 --- a/webapps/docs/extras.xml +++ b/webapps/docs/extras.xml @@ -32,12 +32,20 @@

A number of additional third party components may be used with Apache - Tomcat, but are not provided directly in the download bundle. These - components may be built by users should they need them. + Tomcat. These components may be built by users should they need them or they + can be downloaded from one of the mirrors.

+
+

+ To down load the extras components open the Tomcat 6 download page and + select browse from the Quick Navigation Links. The extras components can be + found in bin/extras. +

+
+

diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index d5adfc2a9..ac90f9fbe 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -34,8 +34,8 @@

By default, only java.util.logging is available for the core Tomcat, as Tomcat uses a package renamed logging implementation which is hardcoded for that logger. Usage of - alternate loggers is available after building the extra components (see - the extras components documentation), which includes + alternate loggers is available after building or downloading the extra components + (see the extras components documentation), which includes a full commons-logging implementation.

@@ -103,8 +103,8 @@
  • Download Log4J (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 the Tomcat source bundle.
  • +
  • Build or download the additional logging components. See the + extras components documentation for details.
  • Replace $CATALINA_HOME/bin/tomcat-juli.jar with output/extras/tomcat-juli.jar.
  • -- 2.11.0