The task scheduler threads created for pollers dont seem to be destroyed when the application is undeployed from the server.
I close the spring application context in the ServletContextListener.contextDestroyed() method.
What else should be done to destroy these task scheduler threads?


Reply With Quote
