Restart the WildFly server gracefully

To restart the WildFly server gracefully, use the following CLI command:

[standalone@localhost:9990 /] :shutdown(timeout=10, restart=true)
{
    "outcome" => "success",
    "result" => undefined
}

Here is the screenshot of the server log output:

Fomr the above screenshot we can see how the server is shutdown graceully and restarted by the CLI command.

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues