我的程序配置方案如下:
pom.xml配置:
org.apache.tomcat.maven tomcat7-maven-plugin 2.0 true utf-8 http://localhost/manager/html mytomcat 80
maven--settings.xml配置:
mytomcat admin admin
tomcat-users.xml配置:
注:曾测试了把所有权限加入,现象还是依旧。
TOMCAT版本:7.0.47
JDK版本:1.7
问题如下:
eclipse执行:tomcat7:deploy
用浏览器访问:http://localhost/manager/html/deploy?path=%2Fsecurity&update=true
