我这边已经配置了tomcat-users.xml:

<tomcat-users xmlns="http://tomcat.apache.org/xml"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
              version="1.0">

<role rolename="manager-gui"/>
<user username="admin" password="admin" roles="manager-gui"/>
<user username="deployer" password="deployer" roles="manager-script" />


</tomcat-users>

 

但是访问时,依然报403.

处理方式如下:

Tomcat manager页面报403

 

https://blog.csdn.net/chf1142152101/article/details/62042769

 

相关文章:

  • 2021-09-24
  • 2021-10-14
  • 2021-11-19
  • 2021-10-14
  • 2021-10-26
  • 2022-01-06
  • 2021-12-24
猜你喜欢
  • 2022-01-15
  • 2021-11-23
  • 2021-10-12
  • 2021-12-17
  • 2021-11-09
  • 2021-10-01
相关资源
相似解决方案