1. Edit "tomcat/conf/tomcat-users.xml"
2. Scroll to buttom, add these insede the <tomcat-users><tomcat-users/>
3. "manager-gui" is one kind of user, username and password are changable
<role rolename="manager-gui" />
<user username="root" password="root" roles="manager-gui" />
本文介绍如何在Tomcat中配置管理界面的用户账号。通过编辑tomcat-users.xml文件,在其中添加特定的角色和用户信息来实现对管理界面的访问控制。
691

被折叠的 条评论
为什么被折叠?



