Re: Connection leak Tomcat7 and Oracle

2015-03-06 Thread Red
On 02/27/2015 11:59 AM, Christopher Schultz wrote: Red, On 2/27/15 11:04 AM, Red wrote: On 02/27/2015 06:58 AM, Антон Мацюк wrote: 2015-02-27 1:36 GMT+02:00 Mark Thomas ma...@apache.org: On 26/02/2015 22:56, Christopher Schultz wrote: The solution is to put your Resource into your

RE: Connection leak Tomcat7 and Oracle

2015-03-04 Thread Jeffrey Janner
noticeable by OP. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, February 27, 2015 11:00 AM To: Tomcat Users List Subject: Re: Connection leak Tomcat7 and Oracle -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Red, On 2/27/15 11:04 AM

Re: Connection leak Tomcat7 and Oracle

2015-02-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Red, On 2/27/15 11:04 AM, Red wrote: On 02/27/2015 06:58 AM, Антон Мацюк wrote: 2015-02-27 1:36 GMT+02:00 Mark Thomas ma...@apache.org: On 26/02/2015 22:56, Christopher Schultz wrote: The solution is to put your Resource into your

Re: Connection leak Tomcat7 and Oracle

2015-02-27 Thread Red
On 02/27/2015 06:58 AM, Антон Мацюк wrote: 2015-02-27 1:36 GMT+02:00 Mark Thomas ma...@apache.org: On 26/02/2015 22:56, Christopher Schultz wrote: The solution is to put your Resource into your application's s/The solution/The best solution/ context.xml and not into the site-wide defaults.

Re: Connection leak Tomcat7 and Oracle

2015-02-27 Thread Антон Мацюк
2015-02-27 1:36 GMT+02:00 Mark Thomas ma...@apache.org: On 26/02/2015 22:56, Christopher Schultz wrote: The solution is to put your Resource into your application's s/The solution/The best solution/ context.xml and not into the site-wide defaults. Konstantin may not have spelled-out

Re: Connection leak Tomcat7 and Oracle

2015-02-26 Thread Red
Thank You all who responded; Did not want to waste your time, hence delayed response. To make sure no customization has been made on my end I have completely rebuilt system: Install OS (Ubuntu 14.04.2 LTS) including reformat of all drives, selected tomcat7 and ssh server during install when

Re: Connection leak Tomcat7 and Oracle

2015-02-26 Thread Konstantin Kolinko
2015-02-26 19:28 GMT+03:00 Red redhoo...@gmail.com: Thank You all who responded; Did not want to waste your time, hence delayed response. To make sure no customization has been made on my end I have completely rebuilt system: Install OS (Ubuntu 14.04.2 LTS) including reformat of all drives,

Re: Connection leak Tomcat7 and Oracle

2015-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Red, On 2/26/15 5:28 PM, Red wrote: On 02/26/2015 12:29 PM, Konstantin Kolinko wrote: 2015-02-26 19:28 GMT+03:00 Red redhoo...@gmail.com: Thank You all who responded; Did not want to waste your time, hence delayed response. To make sure no

Re: Connection leak Tomcat7 and Oracle

2015-02-26 Thread Mark Thomas
On 26/02/2015 22:56, Christopher Schultz wrote: The solution is to put your Resource into your application's s/The solution/The best solution/ context.xml and not into the site-wide defaults. Konstantin may not have spelled-out the solution, but he did give you all the information you

Re: Connection leak Tomcat7 and Oracle

2015-02-26 Thread Red
On 02/26/2015 12:29 PM, Konstantin Kolinko wrote: 2015-02-26 19:28 GMT+03:00 Red redhoo...@gmail.com: Thank You all who responded; Did not want to waste your time, hence delayed response. To make sure no customization has been made on my end I have completely rebuilt system: Install OS

Re: Connection leak Tomcat7 and Oracle

2015-02-24 Thread Mark Thomas
On 24/02/2015 21:20, Red wrote: OS: Ubuntu 14.04.2 LTS Oracle: 12.1.0.1.0 or 11.2.0.3.0 Tomcat: 7.0.52-1ubuntu0.1 odjbc: Ojdbc6 or Ojdbc7 (placed in /var/lib/tomcat7/lib) java version 1.8.0_31 of 1.7.0_65 Context.xml: Which context.xml file? Mark

Connection leak Tomcat7 and Oracle

2015-02-24 Thread Red
OS: Ubuntu 14.04.2 LTS Oracle: 12.1.0.1.0 or 11.2.0.3.0 Tomcat: 7.0.52-1ubuntu0.1 odjbc: Ojdbc6 or Ojdbc7 (placed in /var/lib/tomcat7/lib) java version 1.8.0_31 of 1.7.0_65 Context.xml: Resource name=*1 auth=Container type=javax.sql.DataSource

Re: Connection leak Tomcat7 and Oracle

2015-02-24 Thread Felix Schumacher
Am 24. Februar 2015 22:20:00 MEZ, schrieb Red redhoo...@gmail.com: OS: Ubuntu 14.04.2 LTS Oracle: 12.1.0.1.0 or 11.2.0.3.0 Tomcat: 7.0.52-1ubuntu0.1 odjbc: Ojdbc6 or Ojdbc7 (placed in /var/lib/tomcat7/lib) java version 1.8.0_31 of 1.7.0_65 Context.xml: Resource name=*1

Re: Connection leak Tomcat7 and Oracle

2015-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Red, On 2/24/15 4:20 PM, Red wrote: OS: Ubuntu 14.04.2 LTS Oracle: 12.1.0.1.0 or 11.2.0.3.0 Tomcat: 7.0.52-1ubuntu0.1 odjbc: Ojdbc6 or Ojdbc7 (placed in /var/lib/tomcat7/lib) java version 1.8.0_31 of 1.7.0_65 Context.xml: Resource

Re: Connection leak Tomcat7 and Oracle

2015-02-24 Thread Filip Hanik
unless DBCP changed of course. I would add ​the following property to your Resource element​ factory=org.apache.tomcat.jdbc.pool.DataSourceFactory http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html On Tue, Feb 24, 2015 at 3:47 PM, Christopher Schultz ch...@christopherschultz.net wrote: