Hi,
I need a way to force the destroy() of one servlet, inside the servlet itself,
or to force the download of the servlet from the container.
At the moment I do something like
Thread current = Thread.currentThread();
current.destroy();
but I don't like this to much.
There is a better way to do this with Tomcat ?
Thanks for your attention
Paolo Sommaruga
Garda Access
Garda (Vr), Italy
http://www.garda-access.com/
- Re: Howto force servlet destroy() in Tomcat Paolo Sommaruga
- Re: Howto force servlet destroy() in Tomcat Craig R. McClanahan
