hi mike,
you should NOT call destroy() yourself.
it is a life-cycle method that will be called by the container/engine
wehn to stop tomcat properly
(use the shutdown script, don't just kill the process)
hope this helps
matthias
-----Urspr�ngliche Nachricht-----
Von: mike niemaz [mailto:[EMAIL PROTECTED]]
Gesendet am: Mittwoch, 25. Oktober 2000 09:58
An: tomcat-user
Betreff: destroy() method invocation
Hi all,
I would like to invoke the servlet detroy() method
when I stop the tomcat server, to make some clean up.
How do I do that?
Thanx,
--mike