Peter Pilgrim wrote:
>
> 1) Can one detect when the servlet engine starts or shutdown?
> (Probably look in the JServ open source )
>
If they're doing a legal shutdown instead of a "kill -9",
then you should get a destroy() call on shutdown. If they're
not doing a normal shutdown (and with misbehaving servlets
around they might not be able to) then no, you don't get any
notification of the shutdown. You'll always get an init()
call on startup. Both of those are per-servlet. More recent
versions of the spec provide for per-servlet-context
notifications as well.
-cks
___________________________________________________________________________
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