https://issues.apache.org/bugzilla/show_bug.cgi?id=54217

Konstantin Kolinko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Catalina                    |Documentation
                 OS|                            |All

--- Comment #1 from Konstantin Kolinko <[email protected]> ---
You are not closing your connection pool properly. You need to specify
closeMethod="close". Without that the pool would not know when to close those
10 "minIdle" connections.

The attribute is documented here:
http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Resource_Definitions


This is going to be close as INVALID. Just holding it open for a while as a
chance to improve documentation: it would be better to add closeMethod to the
examples in jndi-datasource-examples-howto.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to