You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/07/15 09:03:17 UTC

svn commit: r794160 - in /tomcat/trunk/webapps/docs: class-loader-howto.xml funcspecs/fs-admin-apps.xml jndi-datasource-examples-howto.xml setup.xml

Author: markt
Date: Wed Jul 15 07:03:17 2009
New Revision: 794160

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

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

Modified: tomcat/trunk/webapps/docs/class-loader-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/class-loader-howto.xml?rev=794160&r1=794159&r2=794160&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/class-loader-howto.xml (original)
+++ tomcat/trunk/webapps/docs/class-loader-howto.xml Wed Jul 15 07:03:17 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/trunk/webapps/docs/funcspecs/fs-admin-apps.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml?rev=794160&r1=794159&r2=794160&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml (original)
+++ tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml Wed Jul 15 07:03:17 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/trunk/webapps/docs/jndi-datasource-examples-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=794160&r1=794159&r2=794160&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Wed Jul 15 07:03:17 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,

Modified: tomcat/trunk/webapps/docs/setup.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/setup.xml?rev=794160&r1=794159&r2=794160&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/setup.xml (original)
+++ tomcat/trunk/webapps/docs/setup.xml Wed Jul 15 07:03:17 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org