----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

My apologies if this question is in the wrong group or has been asked.
I'm still not familiar with the whole "newsgroup/listserv" style of
comm.

I cannot determine when, or if,  my servlets are "unloading" properly
when issued a destroy. I have a simple servlet (Java Servlet
Programming, O'Reilly pp. 97) that is supposed to maintain state based
on the servlet being, as they state, "unloaded" due to receiving a
destroy event. My servlet is not maintaining state. I have tried
restarting, and stopping and starting Apache, but the destroy method
never seems to get called. Everything else seems works fine.

How do I make this event occur?

Thanks! I tried to read the FAQ, but couldn't find a reference.

Configuration is:
Linux 5.2
Apache 1.3.9 / JServ 1.0 / php4


Stan Hughes


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to