Author: kkolinko Date: Tue Feb 10 19:04:01 2015 New Revision: 1658781 URL: http://svn.apache.org/r1658781 Log: Add note about DBCP changes between Tomcat 7 and 8, replacing an old note that was saying about Tomcat 5.0 and 5.5
Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml 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=1658781&r1=1658780&r2=1658781&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml (original) +++ tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Tue Feb 10 19:04:01 2015 @@ -52,9 +52,12 @@ to the wider audience, or if you feel we <p> <b>Please note that JNDI resource configuration changed somewhat between -Tomcat 5.0.x and Tomcat 5.5.x.</b> You will most likely need to modify older +Tomcat 7.x and Tomcat 8.x as they are using different versions of +Apache Commons DBCP library.</b> You will most likely need to modify older JNDI resource configurations to match the syntax in the example below in order to make them work in Tomcat <version-major/>. +See <a href="http://tomcat.apache.org/migration.html">Tomcat Migration Guide</a> +for details. </p> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org