hi mike,
do you call super.destroy() within your own destroy()?
also, are you sure you have the exact signature?
i cannot imagine that tomcat should have such a basic lifecylce bug...
matthias
-----Urspr�ngliche Nachricht-----
Von: mike niemaz [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 27. Oktober 2000 11:31
An: [EMAIL PROTECTED]
Betreff: Re: AW: destroy() method invocation
"Merdes, Matthias" wrote:
> hi mike,
hi Matthias,
> you should NOT call destroy() yourself.
I am not.
> 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)
Which I do. I call the Tomcat shutdown script but the
destroy() method is never invoked ;-( I need to do
some clean up before shutting down my server ....
I was hoping that subclassing the destroy method
would help me do that but .... it is not invoked ;-(
--mike