Author: markt
Date: Thu Jul 16 12:57:35 2009
New Revision: 794659

URL: http://svn.apache.org/viewvc?rev=794659&view=rev
Log:
Remove Jakarta references from the docs.
Update those sections of the docs as necessary.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/class-loader-howto.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml
    tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml
    tomcat/tc6.0.x/trunk/webapps/docs/setup.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/class-loader-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/class-loader-howto.xml?rev=794659&r1=794658&r2=794659&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/class-loader-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/class-loader-howto.xml Thu Jul 16 
12:57:35 2009
@@ -91,7 +91,7 @@
     <li><em>$CATALINA_HOME/bin/bootstrap.jar</em> - Contains the main() method
         that is used to initialize the Tomcat 6 server, and the class loader
         implementation classes it depends on.</li>
-    <li><em>$CATALINA_HOME/bin/tomcat-juli.jar</em> - Package renamed Jakarta 
commons 
+    <li><em>$CATALINA_HOME/bin/tomcat-juli.jar</em> - Package renamed Commons 
         logging API, and java.util.logging LogManager.</li>
     </ul></li>
 <li><strong>Common</strong> - This class loader contains additional classes

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml?rev=794659&r1=794658&r2=794659&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml Thu Jul 16 
12:57:35 2009
@@ -180,7 +180,7 @@
     <li><a href="http://www.jcp.org/jsr/detail/152.jsp";>JavaServer Pages 
2.0</a>
         (supported natively by Tomcat 6)</li>
     <li><a 
href="http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html";>JavaServer 
Pages Standard Tag Library 1.0 (Jakarta Taglibs-Standard 1.0.3)</a></li>
-    <li><a href="http://jakarta.apache.org/struts/";>Struts Framework</a>
+    <li><a href="http://struts.apache.org/";>Struts Framework</a>
         (Version 1.0) - MVC Framework for Web Applications</li>
     <li><strong>TO BE DETERMINED</strong> - Application for hosting SOAP
         based web services</li>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=794659&r1=794658&r2=794659&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml 
(original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml Thu 
Jul 16 12:57:35 2009
@@ -80,17 +80,16 @@
 JDBC 3.0 features with a 1.4 JVM.
 </p>
 
-<p>See the <a href="http://jakarta.apache.org/commons/dbcp/configuration.html";>
+<p>See the <a href="http://commons.apache.org/dbcp/configuration.html";>
 DBCP documentation</a> for a complete list of configuration parameters.
 </p>
 
 <subsection name="Installation">
-<p>DBCP uses the Jakarta-Commons Database Connection Pool. It relies on
-number of Jakarta-Commons components:
+<p>DBCP uses the Commons Database Connection Pool. It relies on
+number of Commons components:
 <ul>
-<li>Jakarta-Commons DBCP</li>
-<li>Jakarta-Commons Collections</li>
-<li>Jakarta-Commons Pool</li>
+<li>Commons DBCP</li>
+<li>Commons Pool</li>
 </ul>
 These libraries are located in a single JAR at 
 <code>$CATALINA_HOME/lib/tomcat-dbcp.jar</code>. However,
@@ -117,7 +116,7 @@
 if there are no more available connections.</p>
 
 <p>
-There is a solution to this problem.  The Jakarta-Commons DBCP can be
+There is a solution to this problem. Commons DBCP can be
 configured to track and recover these abandoned dB connections.  Not
 only can it recover them, but also generate a stack trace for the code
 which opened these resources and never closed them.</p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/setup.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/setup.xml?rev=794659&r1=794658&r2=794659&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/setup.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/setup.xml Thu Jul 16 12:57:35 2009
@@ -101,10 +101,6 @@
     <p>Please note that you should use the GNU make (gmake) instead of
        the native BSD make on FreeBSD systems.</p>
 
-    <p>Download a commons-daemon binary from the Jakarta Commons download 
page, 
-       and place jsvc.tar.gz and commons-daemon.jar in the 
-       <code>$CATALINA_HOME/bin</code> folder.</p>
-
 <source>
     cd $CATALINA_HOME/bin
     tar xvfz jsvc.tar.gz



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to