Last active
November 27, 2020 14:35
-
-
Save ag88/7da790bb0c2473a08aeeba2cd883bf49 to your computer and use it in GitHub Desktop.
deploy tomcat webapp.war from command line using curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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