2

tomcat(1)添加管理员

 2 years ago
source link: https://wakzz.cn/2018/04/15/tomcat/(1)%E6%B7%BB%E5%8A%A0%E7%AE%A1%E7%90%86%E5%91%98/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

tomcat(1)添加管理员

祈雨的博客
2018-04-15

修改conf/tomcat-users.xml,在tomcat-user标签内添加如下内容

<role rolename="manager"/>
<role rolename="manager-gui"/>
<role rolename="admin"/>
<role rolename="admin-gui"/>
<user username="root" password="123456" roles="admin-gui,admin,manager-gui,manager"/>

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK