RE: JDBC/MySQL user login goes stale

2005-11-30 Thread Rajiv Singla
David, I was having the same problem. autoReconnect=true does not work because it has been deprecated. Timeout is due to default setting of 'interactive_timeout' and 'wait_timeout' properties in config file (my.ini) under MySql server, which is 28800 secs or 8 hours. I have put the

RE: Tomcat 5.0.27 java.net.SocketException: Software caused connection abort: recv failed

2005-11-29 Thread Rajiv Singla
. Its a mysql driver issue. IIRC - there is an autoreconnect option for the mysql driver. -Tim Rajiv Singla wrote: Hi, I am working on a web application which uses Tomcat-5.0.27 as Application server and MySql 4.1 as DB server. The application uses Struts 1.1 and Hibernate 3.0 frameworks. I am