码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat 添加用户

时间:2018-11-18 13:09:31      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:min   tomcat   role   gui   name   admin   use   username   nbsp   

一 tomcat-users.xml

<role rolename="tomcat"/>
<role rolename="role1"/>
<role rolename="manager-gui"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="admin" password="admin" roles="manager-gui"/>

tomcat 添加用户

标签:min   tomcat   role   gui   name   admin   use   username   nbsp   

原文地址:https://www.cnblogs.com/albert-think/p/9977500.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!