Re: exception after several hours idle

2003-02-10 Thread Sean Dockery
Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Peng Tuck Kwok [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 21:03 Subject: Re: exception after several hours idle

exception after several hours idle

2003-02-09 Thread Vladimir Kirillov
Hi, all Could anyone tell me what to change in default Tomcat 4.1.18 configuration to avoid exception after several hours (night) of running idle? My web application uses database connection, but database driver connection timeout is set to Integer.MAX, so it should not be the reason. Here is

RE: exception after several hours idle

2003-02-09 Thread mech
-Original Message- From: Vladimir Kirillov [mailto:[EMAIL PROTECTED]] Sent: Sonntag, 9. Februar 2003 18:58 To: [EMAIL PROTECTED] Subject: exception after several hours idle Hi, all Could anyone tell me what to change in default Tomcat 4.1.18 configuration to avoid

Re: exception after several hours idle

2003-02-09 Thread Vladimir Kirillov
Could anyone tell me what to change in default Tomcat 4.1.18 configuration to avoid exception after several hours (night) of running idle? My web application uses database connection, but database driver connection timeout is set to Integer.MAX, so it should not be the reason. Even if

Re: exception after several hours idle

2003-02-09 Thread Sean Dockery
, February 09, 2003 12:47 Subject: Re: exception after several hours idle Could anyone tell me what to change in default Tomcat 4.1.18 configuration to avoid exception after several hours (night) of running idle? My web application uses database connection, but database driver

Re: exception after several hours idle

2003-02-09 Thread Vladimir Kirillov
Why do you suspect that it is a problem with the database connection? First there was an exception from JDBC driver that I use. I set conntection timeout. But there is a porblem somewhere else. Can you determine if you are running out of disk space somewhere? Or perhaps you are trying to safe

Re: exception after several hours idle

2003-02-09 Thread Peng Tuck Kwok
Could you check and see if your database terminates connections after a certain amount of inactivity ? If so you can try and increase the duration. Might be worth a shot. Vladimir Kirillov wrote: Why do you suspect that it is a problem with the database connection? First there was an