Interesting question. If you use some unix-based system you can easily kill the process from the command line.
$ jps 29741 Launcher $ kill 29741 Shutdown hook complete :) Am 06.11.2010 um 07:46 schrieb Paul Stanton: > i've just started using the run-jetty-run plugin for eclipse. > > since you start it via the eclipse 'run' configuration, i don't know how to > issue a shutdown command to the process so that it can do so gracefully, > instead of simply terminating the process. > > this means that shutdown hooks etc are never called, and therefore is a bad > thing. > > can this be done? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
