wangzhongqiu

到Tomcat的cof目录下的tomcat-users.xml文件进行配置

配置如下:

<?xml version=\'1.0\' encoding=\'utf-8\'?>
<tomcat-users>
<role rolename="admin-gui" />
<role rolename="admin-script" />
<role rolename="manager-gui" />
<role rolename="manager-script" />
<role rolename="manager-jmx" />
<role rolename="manager-status" />
<user username="tomcat" password="tomcat"
roles="manager-gui,manager-script,manager-jmx,manager-status,admin-script,admin-gui" />
</tomcat-users>

分类:

技术点:

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2021-11-22
  • 2021-11-19
  • 2021-11-22
  • 2021-12-13
  • 2019-11-12
  • 2021-08-09
猜你喜欢
  • 2021-11-22
  • 2021-11-22
  • 2022-01-02
  • 2021-12-03
  • 2021-11-22
  • 2021-11-22
  • 2021-12-22
相关资源
相似解决方案