You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can make the changes to the undertow host, it isn' that complicated for requesting a shutdown, and even redeploy of the contained Solr war. Along with #21, this is related work.
I added HTTP shutdown port and password, see release 1.4.0-RC1 and updated README with a shutdown section. Also see issue #23 about the shutdown listener.
Why can undertow not support shutdown/restart functions as supported in Jboss CLI - i.e.
jboss-cli.sh --connect --command=:shutdown
jboss-cli.sh -c "/:shutdown()"
jboss-cli.sh -c /:shutdown
jboss-cli.sh -c :shutdown
jboss-cli.sh -c ":shutdown(restart=true)"
Undertow supports shutdown hooks - this guy has done it: http://blog.progs.be/704/executable-jar-with-embedded-web-server
The text was updated successfully, but these errors were encountered: