Alexey Loubyansky [
http://community.jboss.org/people/aloubyansky] commented on the
document
"stopping jboss7"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-17175#comment-7579
--------------------------------------------------
Shorter version of
bin/jboss-admin.sh --connect --controller=<hostname>:9999 --command=:shutdown
would be
bin/jboss-admin.sh -c :shutdown --controller=host:port
so, if you run on the default host and port it'll be
bin/jboss-admin.sh -c :shutdown
--------------------------------------------------