----------------------------------------------------------------
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've had no problems at all getting JServ1.1/Apache1.3.12/NT working along
> with my servlet. However, I can't figure out how to get my destroy() method
> to be invoked manually.
> My code currently just calls the log() method. However, when I stop apache,
> the log message doesn't appear in jserv.log. Neither does replacing my
> servlet's class file.
Stop JServ manually before shutdown Apache web server. Run this to shutdown
Jserv:
java "org.apache.jserv.JServ" "[path]\jserv.properties" -s
--
--------------------------------------------------------------
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]