准备
1.注释掉context.xml中的value属性
使用下面的命令:
vim /usr/local/tomcats/tomcat-daily/webapps/manager/META-INF/context.xml
注释掉其中value节点
2.修改tomcat-users.xml文件
加入下面的配置
<role rolename="manager-gui" /> <role rolename="manager-script" /> <user username="tomcat" password="tomcat" roles="manager-gui, manager-script"/>
访问页面
进入管理页面