Skip to content

Instantly share code, notes, and snippets.

@humbertodias
Last active November 26, 2017 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save humbertodias/f66fb9cef1a5b6b9d2267502347805b8 to your computer and use it in GitHub Desktop.
Save humbertodias/f66fb9cef1a5b6b9d2267502347805b8 to your computer and use it in GitHub Desktop.
Deploy/Undeploy for WildFly
# connect
./jboss-cli.sh --connect controller=localhost:9990
# deploy
deploy /tmp/meuprojeto/target/meuprojeto.war --force
# undeploy
undeploy meuprojeto.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment