Re: Client/Server Communication - JSP Execution
Posted By:
AlessandroA_Garbagnati
Posted On:
Friday, April 20, 2001 01:05 PM
When the client hits stop on the browser, the http connection is broken and you probably have an IOException on the servlet side. Eventually you can put the code for closing the database connection in the exception handler, or, better, in the finally of the try/catch.