sorry, grammar...
-----Urspr�ngliche Nachricht-----
Von: Merdes, Matthias [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 27. Oktober 2000 10:40
An: '[EMAIL PROTECTED]'
Betreff: AW: destroy() method invocation
hi mike,
you should NOT call destroy() yourself.
it is a life-cycle method that will be called by the container/engine
when tomcat is shut down 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