Howard, I saw that you were also interested in this issue.. did you find anything?

http://code.google.com/p/run-jetty-run/wiki/FutureDirectionsDiscussion

This is a major problem for me since I use HsqlDb for one of my projects and 'shutdown' is fairly vital.

I'm considering returning to Tomcat+broken dynamic class reloading...

Regards, Paul.

On 7/11/2010 9:33 AM, Paul Stanton wrote:
clearly the question is regarding the "run-jetty-run" plugin for eclipse.

anyone?

On 6/11/2010 9:15 PM, Christian Riedel wrote:
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



---------------------------------------------------------------------
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