z-sm

参考资料:http://www.365mini.com/page/tomcat-manager-user-configuration.htm

编辑tomcat/conf/tomcat-users.xml即可。

所有的用户角色:

<role rolename="admin-gui"/> //host-manage 需要的角色
<role rolename="admin-script"/>
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<role rolename="manager-jmx"/>
<role rolename="manager-status"/>

 

如:<user username="admin" password="1234" roles="manager-gui,manager-script,admin-gui"/>

分类:

技术点:

相关文章:

  • 2021-12-31
  • 2021-12-30
  • 2021-12-27
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-10-22
相关资源
相似解决方案