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
For Tomcat7, in tomcat-users.xml you need rolename manager-script also:
and in project's POM.xml
org.codehaus.mojo tomcat-maven-plugin http://localhost:8080/manager/text myserver /sw
and maven's settings.xml:
myserver tomcat s3cret