Hi

If i define a jndi resource at the host level, how can i know when tomcat is being stopped to "finalize" that resource?

I mean, in a webapp context level, i can define a ServletContextListener so i can get the event "ContextDestroyed" and close, say, some opened files.

I've been searching and have only found

- ServletContextListener
- HttpSessionListener

there is no "ContainerListener" or something like that?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to