I would have to think it would set the the http status to 500 and then
return.  Servlet.destroy() is called when the container decides that servlet
object should be unloaded.

Chris Berthold
IT Systems Analyst
Commercial Refrigerator Door Company
941 . 371 . 8110 x 205

-----Original Message-----
From: Nikita Tovstoles [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 04, 2006 2:01 PM
To: users@tomcat.apache.org
Subject: should I call Servlet.destroy() if
response.getWriter().checkError() is true?

I read somewhere that if response.getWriter().checkError() returns true 
"servlet should terminate". Do you think "terminate" means simply 
"return" or actually Servlet.destroy()?

thanks
-nikita


---------------------------------------------------------------------
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