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: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to