Nam3l3ss wrote:
I have a bean on a jsp page (jsp:UseBean) , with application scope, that uses
some resources that must be freed when the application is stopped/reset.

I'm currently using a context listener to detect when does the servelt context
gets destroyed, but I cannot get the bean from it.
Do I understand you correctly: you create a bean in JSP page and then you want to destroy it in listener?

I usually do both in listener.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to