"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