Re: Hanging Struts

2002-09-03 Thread slickdev
"Alex McLintock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 11:44 AM Subject: Hanging Struts > Hi folks, > > I have a simple Struts application which decides to hang and not serve > pages after some time. It seems to be database

RE: Hanging Struts

2002-09-03 Thread Jacob Hookom
Users Mailing List | Subject: RE: Hanging Struts | | I had a similar problem a few weeks ago (Tomcat 4.1.17b). | The log files showed signs of a serious memory leak. I had to restart | Tomcat about every 3 to 4 days, until I moved everything to Tomcat 4.0.4. | Now it just keeps on chuggin | |

RE: Hanging Struts

2002-09-03 Thread James Mitchell
esday, September 03, 2002 12:44 PM > To: [EMAIL PROTECTED] > Subject: Hanging Struts > > > Hi folks, > > I have a simple Struts application which decides to hang and not serve > pages after some time. It seems to be database related because the index > pages which don&

Re: Hanging Struts

2002-09-03 Thread Billy Ng
ime. One more thing, you may try the Connect/J mysql driver, it takes less memory. Hope this help! Billy Ng >From: Alex McLintock <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Hanging Struts

Hanging Struts

2002-09-03 Thread Alex McLintock
Hi folks, I have a simple Struts application which decides to hang and not serve pages after some time. It seems to be database related because the index pages which don't require the database still work, whereas the ones which require the database don't respond. The database appears to be st