Skip to content

Instantly share code, notes, and snippets.

@ag88
Last active November 27, 2020 14:35
Show Gist options
  • Save ag88/7da790bb0c2473a08aeeba2cd883bf49 to your computer and use it in GitHub Desktop.
Save ag88/7da790bb0c2473a08aeeba2cd883bf49 to your computer and use it in GitHub Desktop.
deploy tomcat webapp.war from command line using curl
curl --request PUT --upload-file webapp.war --basic --user user:password \
http://hostname:port/manager/text/deploy?path=/web_path\&update=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment