I have created a war file and put into tomcat/webapps. How to deploy a war file to tomcat using command prompt?
tomcat/webapps
Using httpie you can upload and deploy the war.
http --auth user:pass PUT http:///manager/text/deploy?path=/ < ROOT.war