tomcat8 进入不了Manager App 界面 403 Access Denied

准备

1.注释掉context.xml中的value属性

使用下面的命令:

vim  /usr/local/tomcats/tomcat-daily/webapps/manager/META-INF/context.xml

注释掉其中value节点

tomcat8 进入不了Manager App 界面 403 Access Denied

2.修改tomcat-users.xml文件

加入下面的配置

 <role rolename="manager-gui" />
 <role rolename="manager-script" />
 <user username="tomcat" password="tomcat" roles="manager-gui, manager-script"/>

tomcat8 进入不了Manager App 界面 403 Access Denied

访问页面

tomcat8 进入不了Manager App 界面 403 Access Denied

进入管理页面

tomcat8 进入不了Manager App 界面 403 Access Denied

 

tomcat8 进入不了Manager App 界面 403 Access Denied

上一篇:Android安全技术揭秘与防范——APK动态分析


下一篇:Android进阶之Fragment与Activity之间的数据交互