Andi Setiyadi wrote:
>
> Is it true when a servlet throwing any kind of exception, that servlet
> instance is destroyed?  Is the destroy() method of that servlet is executed
> at the same time?
>

 I know it seems intimidating, but the servlet spec
is a good source of information. Not every question
has a clear answer, but it's always worth a try. It
can be downloaded from:

 <URL:http://java.sun.com/products/servlet/download.html>

 In particular:

  2.3.2.1 Error Conditions on Initialization
  2.3.3.2 Exceptions During Request Handling

 The various servlet books also discuss this kind of
thing, but I thought it would be nice to offer some
advice other than "go buy jh's book".


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to