Author: kkolinko
Date: Tue Feb 10 18:40:52 2015
New Revision: 1658777
URL: http://svn.apache.org/r1658777
Log:
Enhance wording and add a link to Apache Commons DBCP project
Modified:
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/xdocs/migration-8.xml
Modified: tomcat/site/trunk/docs/migration-8.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1658777&r1=1658776&r2=1658777&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Tue Feb 10 18:40:52 2015
@@ -429,15 +429,21 @@ of Apache Tomcat.</p>
<div class="text">
-<p>Tomcat 8 embeds a packaged renamed version of Commons DBCP 2.x. There are
- a number of notable changes between Commons DBCP 1.x and Commons DBCP 2.x
+<p>Tomcat 8 embeds a packaged renamed version of
+ <a href="http://commons.apache.org/proper/commons-dbcp/">Apache Commons
DBCP</a>
+ 2.x. There are a number of notable changes between Commons DBCP 1.x
+ (used by Tomcat 7 and earlier) and Commons DBCP 2.x
which are likely to require configuration changes.</p>
<ul>
-<li>The maxActive configuration option has been renamed to maxTotal</li>
+<li>The <code>maxActive</code> configuration option has been renamed
+ to <code>maxTotal</code>
+</li>
-<li>The maxWait configuration option has been renamed to maxWaitMillis</li>
+<li>The <code>maxWait</code> configuration option has been renamed to
+ <code>maxWaitMillis</code>
+</li>
<li>The JDBC driver JAR may be placed in WEB-INF/lib as an alternative to
$CATALINA_BASE/lib provided that the driver class is only used by
that
Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1658777&r1=1658776&r2=1658777&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Tue Feb 10 18:40:52 2015
@@ -130,12 +130,16 @@ of Apache Tomcat.</p>
<subsection name="Database Connection Pooling">
- <p>Tomcat 8 embeds a packaged renamed version of Commons DBCP 2.x. There
are
- a number of notable changes between Commons DBCP 1.x and Commons DBCP 2.x
+ <p>Tomcat 8 embeds a packaged renamed version of
+ <a href="http://commons.apache.org/proper/commons-dbcp/">Apache Commons
DBCP</a>
+ 2.x. There are a number of notable changes between Commons DBCP 1.x
+ (used by Tomcat 7 and earlier) and Commons DBCP 2.x
which are likely to require configuration changes.</p>
<ul>
- <li>The maxActive configuration option has been renamed to maxTotal</li>
- <li>The maxWait configuration option has been renamed to
maxWaitMillis</li>
+ <li>The <code>maxActive</code> configuration option has been renamed
+ to <code>maxTotal</code></li>
+ <li>The <code>maxWait</code> configuration option has been renamed to
+ <code>maxWaitMillis</code></li>
<li>The JDBC driver JAR may be placed in WEB-INF/lib as an alternative to
$CATALINA_BASE/lib provided that the driver class is only used by
that
web application.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]