tomcat7-maven-plugin tomcatManager status code:403, ReasonPhrase:Forbbiden

前端 未结 6 2217
心在旅途
心在旅途 2021-01-30 14:42

I am trying to do mvn clean package tomcat7:deploy but always I get this error: tomcatManager status code:403, ReasonPhrase:Forbbiden

My config

6条回答
  •  情深已故
    2021-01-30 15:11

    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.

提交回复
热议问题