Skip to content

Instantly share code, notes, and snippets.

@masasdani
Last active August 29, 2015 14:07
Show Gist options
  • Save masasdani/a50d3137023416081220 to your computer and use it in GitHub Desktop.
Save masasdani/a50d3137023416081220 to your computer and use it in GitHub Desktop.
Jboss Server
# start jboss stand alone
./standalone.sh -Djboss.bind.address=0.0.0.0 -Djboss.bind.address.management=0.0.0.0 &
# stop jboss
./jboss-cli.sh --connect command=:shutdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment