I'm using Tomcat 7 and Manager coming from 7.0.32.
curl -X PUT http://user:password@server:port/manager/text/deploy?path=/app
OK - it works
curl -X PUT http://user:password@server:port/manager/text/list
FAIL - Unknown command /list
Same with stop :
FAIL - Unknown command /stop
but in the official doc : http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Stop_an_Existing_Application It's clearly stated that this command exists.
What am I missing ?