localhost:8080/manager/status无法访问403 Access Denied
解决:
1、授予角色,进入tomcat下conf,找到tomcat-users.xml,添加角色,或者将去掉注释,但不能全部使用,全部使用在进入登录页面输入密码后提示:要求进行身份验证与此站点的链接不安全
<role rolename="manager-gui"/>
<user username="admin" password="admin" roles="manager-gui"/>
2、又因为远程访问,要关掉tomcat自身的ip保护,进入tomcat下webpps/manager/META-INF/ 找到文件context.xml,将此行注释