> -----Original Message----- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 14, 2007 11:43 AM > > "Notification that the servlet context is *about* to be shut down. All > servlets and filters have been destroy()ed before any > ServletContextListeners are notified of context destruction."
What I'm seeing is that servlet destroy() is being called AFTER the listeners have been shutdown. If I'm reading the quote above right, this shouldn't happen; servlets should have already been destroy()ed before the listener is shutdown. The problem is that the non-Spring servlet needs to notify a Spring based component to shutdown, and can't get to it after the Spring ApplicationContext is gone. BTW, thanks for the quick reply. IMPORTANT NOTICE: This message may contain confidential information. If you have received this e-mail in error, do not use, copy or distribute it. Do not open any attachments. Delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]