怎么设置tomcat管理员的用户名和密码
打开tomcat-users.xml 文件,在节点中加这么一行添加下面内容,重启Tomcat生效。
<user username="admin" password="123456" roles="manager-gui" />