Author: kkolinko Date: Sun Aug 10 15:02:03 2014 New Revision: 1617115 URL: http://svn.apache.org/r1617115 Log: Documentation followup to r1616584 - s/try/true/ - explain what "current classloader" is - format values with <code>
Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1617115&r1=1617114&r2=1617115&view=diff ============================================================================== --- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original) +++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Sun Aug 10 15:02:03 2014 @@ -176,12 +176,15 @@ <attributes> <attribute name="org.apache.tomcat.jdbc.pool.onlyAttemptCurrentClassLoader" required="false"> <p>(boolean) Controls classloading of dynamic classes, such as - jdbc drivers, interceptors and validators. If set to false, default value, - the pool will first attempt to load using the current loader and if class loading fails - attempt to load using the thread context loader. - Set this value to try, if you wish to remain backwards compatible, - Apache Tomcat 8.0.8 and earlier, and only attempt the current loader. - If not set then the default value is <code>false</code>.) + JDBC drivers, interceptors and validators. If set to + <code>false</code>, default value, the pool will first attempt + to load using the current loader (i.e. the class loader that + loaded the pool classes) and if class loading fails attempt to + load using the thread context loader. Set this value to + <code>true</code>, if you wish to remain backwards compatible + with Apache Tomcat 8.0.8 and earlier, and only attempt the + current loader. + If not set then the default value is <code>false</code>. </p> </attribute> </attributes> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org