You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/02/12 13:15:50 UTC

svn commit: r1445125 - in /tomcat/trunk/webapps/docs/config: context.xml globalresources.xml

Author: kkolinko
Date: Tue Feb 12 12:15:50 2013
New Revision: 1445125

URL: http://svn.apache.org/r1445125
Log:
Document possible value for closeMethod attribute

Modified:
    tomcat/trunk/webapps/docs/config/context.xml
    tomcat/trunk/webapps/docs/config/globalresources.xml

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1445125&r1=1445124&r2=1445125&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Tue Feb 12 12:15:50 2013
@@ -1067,6 +1067,8 @@
         This attribute is ignored if the <code>singleton</code> attribute is
         false. If not specificed, no default is defined and no close method will
         be called.</p>
+        <p>For Apache Commons DBCP and Apache Tomcat JDBC connection pools
+        you can use <code>closeMethod="close"</code>.</p>
       </attribute>
 
       <attribute name="description" required="false">

Modified: tomcat/trunk/webapps/docs/config/globalresources.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/globalresources.xml?rev=1445125&r1=1445124&r2=1445125&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/globalresources.xml (original)
+++ tomcat/trunk/webapps/docs/config/globalresources.xml Tue Feb 12 12:15:50 2013
@@ -195,6 +195,8 @@
         This attribute is ignored if the <code>singleton</code> attribute is
         false. If not specificed, no default is defined and no close method will
         be called.</p>
+        <p>For Apache Commons DBCP and Apache Tomcat JDBC connection pools
+        you can use <code>closeMethod="close"</code>.</p>
       </attribute>
 
       <attribute name="description" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org