Bill Shannon wrote:
> This change addresses many of the issues below, but it seems like
> it's working against 13593. Is that why you filed this:
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=14304
>
> Seems to me that the --force ought to be done *outside* the app server
> process, so that we can kill it no matter what state it's in. But that
> means lots of platform-dependent code. See for instance this blog:
> http://blogs.mulesoft.org/tcat-server-restarts-extend-improve-and-automate-stock-tomcat-restarts/
There's no "--force" for stop-local-instance is there? Seems
like that would be a good place for this. It could try to
stop the server gently, and if that didn't work shoot it.
This would also give us the option to have stop-instance
run "stop-local-instance --force" over SSH as a last resort
for stubborn instances.
Joe