RE: Tomcat 9.0.x JDBC connection pool does not always remove abandoned connections

2021-10-15 Thread Martin, Gerhardt A
t always remove > abandoned connections > > Gerhardt, > > On 10/12/21 13:27, Martin, Gerhardt A wrote: > > Running Tomcat 9.0.50 on Centos 7.9.x Linux and using Tomcat JDBC > connection pool to connect to my application's databases. My app connects to > about a dozen

Re: Tomcat 9.0.x JDBC connection pool does not always remove abandoned connections

2021-10-14 Thread Christopher Schultz
Gerhardt, On 10/12/21 13:27, Martin, Gerhardt A wrote: Running Tomcat 9.0.50 on Centos 7.9.x Linux and using Tomcat JDBC connection pool to connect to my application's databases. My app connects to about a dozen read only databases and one read/write database. Here is a typical resource defin

Tomcat 9.0.x JDBC connection pool does not always remove abandoned connections

2021-10-12 Thread Martin, Gerhardt A
Running Tomcat 9.0.50 on Centos 7.9.x Linux and using Tomcat JDBC connection pool to connect to my application's databases. My app connects to about a dozen read only databases and one read/write database. Here is a typical resource definition with tuning configurations for the pool and the MSSQ

abandoned connections

2021-05-26 Thread Rob Sargent
I think I have all my calls for new connections in try/with blocks, but things went bump in the night at AWS/RDS yesterday and I'm wondering if I missed one or if the try/with isn't as safe as I thought. 00:10:12.201 [https-jsse-nio-10.0.2.28-15002-exec-11] INFO edu.utah.camplab.jx.Payloa