I am trying to do mvn clean package tomcat7:deploy
but always I get this error: tomcatManager status code:403, ReasonPhrase:Forbbiden
My config
Wanted to add this as a comment, but do not have enough reputation score to do so.
Adding this as an answer as it may be helpful for someone. I was getting the exactly same errors while trying to deploy on tomcat7 using eclipse, and was still not working after trying above solutions. finally I tried outside eclipse using commandline(cmd) and it worked like a charm. obviously I needed to install maven on my machine and then set M2_Home user variable and path variable pointing to M2_HOME/bin.
Thanks.