https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Catalina |Documentation OS| |All --- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> --- 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org