I have a GWT application that starts an independent thread and leaves it running for use by multiple GWT sessions.
It appears that under Tomcat, when I Stop of Undeploy the application, this thread keeps running. I can't figure out the right way to manage shutting down the thread when the application is stopped (but tomcat keeps running). I tried adding a ShutdownHook using Runtime.getRuntime().addShutdownHook(), but that doesn't get called until Tomcat itself is shutdown. What is the proper way to manage threads at application shutdown time? Thanks, --Jim-- -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.