According to the Tomcat7 docs, I can add a valve to prevent access to the Tomcat Manager app except from localhost:
We deploy our webappin tomcat6. it develop with play!framework.we want to use tomcat6\'s manage to deploy or undeploy app开发者_如何学JAVA.but undeploy failed,tomcat cant\'t delete app directory clean
I\'m using tomcat manager to deploy my war files. To update a war I use the following url: http://localhost:8080/manager/deploy?path=/example&war=file:/path/example.war&update=true
I\'m trying to deploy a web app located in my home directory using the tomcat manager app (through its web interface) and get the following error:
(This question was partly inspired by Donald Knuth\'s put-down of Extreme Programming here) I\'ve been reading up on Agile recently, and been interested in Extreme Programming for several years now.