https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
Michael Osipov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| | --- Comment #3 from Michael Osipov <[email protected]> --- (In reply to comment #1) > 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 This attribute is not available to Tomcat 6, is it? I checked the docs. Seems to be Tomcat 7 specific. I am using JDBC Pool happily with Tomcat 6 in production. -- 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]
