<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
<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>
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,
<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