Re: Re : Connection Closed Issue

2009-09-17 Thread Juha Laiho
From: Gaurav Lohiya [mailto:gloh...@gmail.com] Sent: Wed 9/16/2009 8:21 AM To: Tomcat Users List Subject: Re: Re : Connection Closed Issue Do you have the validation query specified. I believe putting in the validation query should solve the problem. On Wed

RE: Connection Closed Issue

2009-09-16 Thread Propes, Barry L
You've closed a connection too early somewhere? -Original Message- From: Sharath Babu S S S [mailto:sharath.b...@solix.com] Sent: Wednesday, September 16, 2009 4:52 AM To: users@tomcat.apache.org Subject: Connection Closed Issue Hi all, we are using Tomcat server 5.5.20. Database is

Re : Connection Closed Issue

2009-09-16 Thread Chetouani
Hi, I had a similar problem. I was using tomcat and mysql and configured a connection pool using dbcp. The problem was that after some hours the application starts to throw an exception. The exception was : communication link failure The reason is that mysql is destroying the connectionz after

Re: Re : Connection Closed Issue

2009-09-16 Thread Gaurav Lohiya
Do you have the validation query specified. I believe putting in the validation query should solve the problem. On Wed, Sep 16, 2009 at 11:17 AM, Chetouani kchet...@yahoo.fr wrote: Hi, I had a similar problem. I was using tomcat and mysql and configured a connection pool using dbcp. The

Re: Re : Connection Closed Issue

2009-09-16 Thread Chetouani
 : De: Gaurav Lohiya gloh...@gmail.com Objet: Re: Re : Connection Closed Issue À: Tomcat Users List users@tomcat.apache.org Date: Mercredi 16 Septembre 2009, 17h21 Do you have the validation query specified. I believe putting in the validation query should solve the problem. On Wed, Sep 16, 2009

RE: Re : Connection Closed Issue

2009-09-16 Thread Sharath Babu S S S
is that CONNECTION NEVER CLOSED. With Regards Sharat Babu Shravanam From: Gaurav Lohiya [mailto:gloh...@gmail.com] Sent: Wed 9/16/2009 8:21 AM To: Tomcat Users List Subject: Re: Re : Connection Closed Issue Do you have the validation query specified. I

Re: Re : Connection Closed Issue

2009-09-16 Thread David Smith
To: Tomcat Users List Subject: Re: Re : Connection Closed Issue Do you have the validation query specified. I believe putting in the validation query should solve the problem. On Wed, Sep 16, 2009 at 11:17 AM, Chetouani kchet...@yahoo.fr wrote: Hi, I had a similar problem. I was using tomcat