curl --user admin:admin http://localhost:8080/manager/text/reload?path=/myapp
Doc here: Manager App HOW-TO, Reload An Existing Application
The manager-script role is required for the user as the documentation says:
It would be quite unsafe to ship Tomcat with default settings that
allowed anyone on the Internet to execute the Manager application on
your server. Therefore, the Manager application is shipped with the
requirement that anyone who attempts to use it must authenticate
themselves, using a username and password that have the role
manager-script associated with them. Further, there is no username in
the default users file ($CATALINA_BASE/conf/tomcat-users.xml
) that is
assigned this role. Therefore, access to the Manager application is
completely disabled by default.
Note: Tomcat 6 uses different management urls. (Apache Tomcat 6.0 Manager App HOW-TO)