When I use mvn tomcat:deploy of tomcat-maven-plugin there is a 403 error:
Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.0:deploy (default-cli) on pr
If you are using Tomcat 7:
Change your configuration in pom.xml to use the Tomcat 7 version of the plugin
org.apache.tomcat.maven
tomcat7-maven-plugin
2.1
http://127.0.0.1:8080/manager/html
TomcatServer
/your_context
some_user_name
some_password
Notice the and values - they are DIFFERENT from the ones for Tomcat 6.
TomcatServer some_user_name some_password