Re: Fwd: Tomcat Jdbc Pool - NumActive vs actual Established Connections
I've figured out the problem. The Driver had a built in Datasource which was doing its own pooling management, hence keeping connections open even though the tomcat-pool saw them as closed. In effect I had a datasource pool within a datasource. Removing the connection attribute solved the problem.
Re: Fwd: Tomcat Jdbc Pool - NumActive vs actual Established Connections
Hi I am using this within tomcat-6.0.36.B.RELEASE contained in STS tcServer. Here is my spring config as well.