tomcat无法登录

tomcat一直登录不进去, 图二点击登录后,回到图三的界面。

img

img

img

把所有的角色都加进去试试,tomcat默认是下面的配置:

!--
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <user username="tomcat" password="<must-be-changed>" roles="tomcat"/>
  <user username="both" password="<must-be-changed>" roles="tomcat,role1"/>
  <user username="role1" password="<must-be-changed>" roles="role1"/>
-->