tomcat-maven-plugin 403 error

前端 未结 21 1371
礼貌的吻别
礼貌的吻别 2020-12-07 18:05

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

21条回答
  •  旧巷少年郎
    2020-12-07 18:33

    I discovered that I had to use the following string instead of "html":

    http://localhost:8080/manager/text
    

提交回复
热议问题