Thanks,
Connections were a part of my problem actually.  But that got fixed and now the 
system hangs after I make changes to JSPs multiple times.  
Any ideas why is that?
Thanks for your help.
NK

-----Original Message-----
From: Jay Chandran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 29, 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 connection the
system hangs.


----- Original Message -----
From: "Nadia Kunkov" <[EMAIL PROTECTED]>
To: "Struts help (E-mail)" <user@struts.apache.org>
Sent: Wednesday, December 29, 2004 9:12 PM
Subject: struts and Tomcat4.0.4


Hi,
I'm running tomcat4.0.4 on a Fedora core 1 box.
I'm bulding an application with struts and I came across a problem.
Every time my app has a problem like not finding the proper forward or
problem with a sql statment my app hangs.
When I fix the problem and go to restart the Tomcat it doesn't shutdown
properly.
I use "tomcat4 stop" and instead of usual:
stopping service Tomcat-Standalone
stopping service Tomcat-Apache

I only get:
stopping service Tomcat-Standalone
After that tomcat can't be restarted since it's not shutdown properly and I
have to restart my machine, which is rediculous.
What is the way to force tomcat to shutdown?
Why is Struts affecting tomcat this way?  I didn't have problems with
Tomcat4 before I started working with struts.
Any ideas?
Thanks
NK

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to