Sandip,

> My Tomcat server is hanging if I click cancel icon of browser while
> loading records from Databse.

Define "hanging"... it won't respond to any more requests? Can you shut
it down using shutdown.sh/shutdown.bat or by stopping the Windows service?

[snip]

> Any suggesions ? Is there any tomcat setting needed ? Or this is my
> code problem ?

Is it possible that you are getting an exception when writing back to
the HTTP Response, and it is causing your JDBC connection to remain
open. In that case, subsequent requests might not be able to get a
connection and wait forever.

Just a thought,
-chris


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to