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
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