Shutting down a running app
How does IntelliJ Shutdown a running app? I have a web app running that
I've created a plugin for. The app starts up fine and when our web app
starts it registers with Runtime.addShutdownHook(Thread) which should be
called when the application is shutting down. However when I click the red
box to stop the web app it does not get called? Is there a reason and can
it be changed?
Please sign in to leave a comment.
Current implementation does not really do a "shutdown", but rather terminates the process.
There's a corresponding SCR: http://www.intellij.net/tracker/idea/viewSCR?publicId=6620
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"