I am using tomcat manager to deploy my military files. To update the war, I use the following URL:
http://localhost:8080/manager/deploy?path=/example&war=file:/path/example.war&update=true
The problem is that using this xml with the configuration (in Catalina / localhost / example.xml) is erased.
How can I save it?
Mateu source
share