tomcat-maven-plugin 403 error

前端 未结 21 1356
礼貌的吻别
礼貌的吻别 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:35

    I also get the 403 error, but only when I connect via Apache 2. When I use port 8080 and deploy to tomcat directly it works. So: try to add port 8080 to the URL

    I am still trying to figure out why it does not work via Apache. I am using ProxyPass / ajp://localhost:8009/ and

    
         Order allow,deny
         Allow from 62.245.147.202
         Satisfy Any
       
    

提交回复
热议问题