Hi!

I have a JSP page with an application scope bean included (jsp:useBean).
This bean uses resources I need to free after the application gets restarted
by the manager.
The problem is, I have no idea how to do this. I've checked the docs, but I
must have overlooked it.
I suspected that the container might call some kinda destroy method, so I
tried all the usual ones, without result.

Do I have to explicitly remove it from the servlet context, or do I need to
write some method that the container can call?
Thanks for your time reading this.

nam3l3ss

Reply via email to