RE: struts and Tomcat4.0.4

2004-12-30 Thread Nadia Kunkov
Thanks, I'll try to clean up and see about swap space. I'll let you know. Thanks for the advice. Nadia -Original Message- From: Jay Chandran [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 9:33 AM To: Struts Users Mailing List Subject: Re: struts and Tomcat4.0.4 Hi

Re: struts and Tomcat4.0.4

2004-12-30 Thread Jay Chandran
- From: "Nadia Kunkov" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Jay Chandran" <[EMAIL PROTECTED]> Sent: Thursday, December 30, 2004 7:33 PM Subject: RE: struts and Tomcat4.0.4 Thanks, Connections were a part of my problem actually. But tha

RE: struts and Tomcat4.0.4

2004-12-30 Thread Nadia Kunkov
, 2004 11:31 PM To: Struts Users Mailing List Subject: Re: struts and Tomcat4.0.4 if the problem is after executing the sql statement then u might not closed the connection properly. its always good to close the resultset, statement and connection. If ur action file does not close the sql

Re: struts and Tomcat4.0.4

2004-12-29 Thread Jay Chandran
if the problem is after executing the sql statement then u might not closed the connection properly. its always good to close the resultset, statement and connection. If ur action file does not close the sql connection the system hangs. - Original Message - From: "Nadia Kunkov" <[EMAIL PR