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

 

相关文章:

  • 2021-04-22
  • 2021-04-06
  • 2022-01-22
  • 2021-11-19
  • 2021-09-24
  • 2021-09-07
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2022-01-11
  • 2021-07-15
  • 2021-08-08
  • 2021-06-14
  • 2022-12-23
相关资源
相似解决方案