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

前端 未结 6 2216
心在旅途
心在旅途 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 14:47

    This error will also appear if the same WAR with the same name has already been deployed to tomcat.

提交回复
热议问题