I had a weird connection problem with Tomcat4.1.24 today. Here is the
error:
Mar 26, 2004 8:44:45 AM org.apache.jk.server.JkCoyoteHandler action
INFO: RESET
I received about 10 of these during which I could not login to my
application. The index page came up with out any problems but it seems that
the database connection was closed. I restarted one of my 2 Tomcat servers
and everything was fine. I am using the following connection pooler and
assumed it would automatically reconnect. Any help would be appreciated.
Thanks
<parameter>
<name>factory</name>
<value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
</parameter>