Re: DB Connection pool returns stale connections

2017-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jean-Pierre, On 7/20/17 6:03 AM, Jean Pierre Urkens wrote: > I’m running Tomcat-8.-5.15 with following Oracle datasource > definition: > > type="javax.sql.DataSource" username="xxx" password="yyy" > driverClassName="oracle.jdbc.OracleDriver" >

Re: DB Connection pool returns stale connections

2017-07-20 Thread Mark Thomas
On 20/07/17 11:03, Jean Pierre Urkens wrote: > Hi All, > > > > I’m running Tomcat-8.-5.15 with following Oracle datasource definition: > > auth="Container" type="javax.sql.DataSource" > > username="xxx" > password="yyy"

Re: DB Connection Pool

2012-11-21 Thread Daniel Mikusa
On Nov 21, 2012, at 5:36 AM, Milan Tomic wrote: After 1 month of Tomcat 6.0.18 running, That's a really old version, you should strongly consider upgrading to the latest Tomcat 6.0.x or 7.0.x release. I have 50 opened JDBC connections, which should be closed, but they aren't. How are you

Re: DB Connection Pool

2012-11-21 Thread Milan Tomic
That's a really old version, you should strongly consider upgrading to the latest Tomcat 6.0.x or 7.0.x release. My SSO (old JOSSO version) works only with 6.0.18. How are you determining this? Are you looking at open connections from your database?  Are you looking at JMX stats for the

RE: DB Connection Pool

2012-11-21 Thread Jeffrey Janner
-Original Message- From: Milan Tomic [mailto:tomicmi...@yahoo.com] Sent: Wednesday, November 21, 2012 4:36 AM To: users@tomcat.apache.org Subject: DB Connection Pool After 1 month of Tomcat 6.0.18 running, I have 50 opened JDBC connections, which should be closed, but they

Re: DB Connection Pool

2012-11-21 Thread Daniel Mikusa
On Nov 21, 2012, at 9:45 AM, Milan Tomic wrote: That's a really old version, you should strongly consider upgrading to the latest Tomcat 6.0.x or 7.0.x release. My SSO (old JOSSO version) works only with 6.0.18. How are you determining this? Are you looking at open connections from

RE: DB Connection Pool

2012-11-21 Thread Propes, Barry L
:11 AM To: Tomcat Users List Subject: Re: DB Connection Pool On Nov 21, 2012, at 9:45 AM, Milan Tomic wrote: That's a really old version, you should strongly consider upgrading to the latest Tomcat 6.0.x or 7.0.x release. My SSO (old JOSSO version) works only with 6.0.18. How are you