From 544ad1ed908a2e8f1b604109146f752d48253a4a Mon Sep 17 00:00:00 2001
From: markt
Date: Wed, 15 Jul 2009 07:03:17 +0000
Subject: [PATCH] Remove Jakarta references from the docs. Update those
sections of the docs as necessary.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@794160 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/class-loader-howto.xml | 2 +-
webapps/docs/funcspecs/fs-admin-apps.xml | 2 +-
webapps/docs/jndi-datasource-examples-howto.xml | 11 +++++------
webapps/docs/setup.xml | 4 ----
4 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/webapps/docs/class-loader-howto.xml b/webapps/docs/class-loader-howto.xml
index f88e13d85..024121756 100644
--- a/webapps/docs/class-loader-howto.xml
+++ b/webapps/docs/class-loader-howto.xml
@@ -91,7 +91,7 @@ loaders as it is initialized:
$CATALINA_HOME/bin/bootstrap.jar - Contains the main() method
that is used to initialize the Tomcat 6 server, and the class loader
implementation classes it depends on.
-
$CATALINA_HOME/bin/tomcat-juli.jar - Package renamed Jakarta commons
+
$CATALINA_HOME/bin/tomcat-juli.jar - Package renamed Commons
logging API, and java.util.logging LogManager.
Common - This class loader contains additional classes
diff --git a/webapps/docs/funcspecs/fs-admin-apps.xml b/webapps/docs/funcspecs/fs-admin-apps.xml
index 5e655a22f..4940a7635 100644
--- a/webapps/docs/funcspecs/fs-admin-apps.xml
+++ b/webapps/docs/funcspecs/fs-admin-apps.xml
@@ -180,7 +180,7 @@
Struts Framework
(Version 1.0) - MVC Framework for Web Applications
TO BE DETERMINED - Application for hosting SOAP
based web services
diff --git a/webapps/docs/jndi-datasource-examples-howto.xml b/webapps/docs/jndi-datasource-examples-howto.xml
index 9bf6445ce..795183d9f 100644
--- a/webapps/docs/jndi-datasource-examples-howto.xml
+++ b/webapps/docs/jndi-datasource-examples-howto.xml
@@ -80,17 +80,16 @@ will support JDBC 3.0. Please let us know if you have used DBCP and its
JDBC 3.0 features with a 1.4 JVM.
-
DBCP uses the Jakarta-Commons Database Connection Pool. It relies on
-number of Jakarta-Commons components:
+
DBCP uses the Commons Database Connection Pool. It relies on
+number of Commons components:
-
Jakarta-Commons DBCP
-
Jakarta-Commons Collections
-
Jakarta-Commons Pool
+
Commons DBCP
+
Commons Pool
These libraries are located in a single JAR at
$CATALINA_HOME/lib/tomcat-dbcp.jar. However,
diff --git a/webapps/docs/setup.xml b/webapps/docs/setup.xml
index ef31557d1..0e5936511 100644
--- a/webapps/docs/setup.xml
+++ b/webapps/docs/setup.xml
@@ -101,10 +101,6 @@
Please note that you should use the GNU make (gmake) instead of
the native BSD make on FreeBSD systems.
-
Download a commons-daemon binary from the Jakarta Commons download page,
- and place jsvc.tar.gz and commons-daemon.jar in the
- $CATALINA_HOME/bin folder.
-
cd $CATALINA_HOME/bin
tar xvfz jsvc.tar.gz
--
2.11.0