Urgent help - Connection reset by peer error with Struts ..

2002-03-03 Thread Satish Jeejula
Hi All, I am using struts for my web application under apache\tomcat configuration. Everything seems to working fine and then after some time of no activity the application hangs. When I check the tomcat console for errors, I see lot of the 'Connection reset by peer' errors ... After little bit

Re: Urgent help - Connection reset by peer error with Struts ..

2002-03-03 Thread Ted Husted
For a production application, use Poolman www.codestudio.com You can then have your data access objects get the connection using the Poolman findDataSource method, and leave the Struts controller out of it. -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with

Re: Urgent help - Connection reset by peer error with Struts ..

2002-03-03 Thread Bryan Field-Elliot
How would you compare Poolman to the various pooling systems within Jakarta (such as DBCP, or the one built into Tomcat 4 if I'm not mistaken?) I can't keep track of them all Thanks, Bryan On Sun, 2002-03-03 at 07:23, Ted Husted wrote: For a production application, use Poolman