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

I read over the FAQ and did not see mention of this:

When I look over the logs for jserv I see in the log that my servlet
init method gets called.  I never see the destroy method being called.
When I stop the apache web server I am under the impression the destroy
method should be called for all my servlets that have implemented
these.  However these do not appear to be happening.

My concern is I have database drivers that get initialized and I
would like them shutdown when apache running jserv is shutdown.

Ideas?

Thanks,
Tony



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