linlf03

修改tomcat-users.xml

<role rolename="manager-gui" />
 <role rolename="manager-script" />
 <role rolename="manager" />
 <role rolename="tomcat" />
 <user usename="tomcat" password="xxx" roles="manager" />
 <user username="app" password="xxx" roles="manager-gui,manager-script" />
 <user username="both" password="xxx" roles="manager-gui,manager-script" />

  

 

 

Tomcat9 在conf/tomcat_user.xml配置后,还是出现如下错误

 

 然后修改tomcat9/webapps/manager/META-INF的context.xml文件

 

分类:

技术点:

相关文章:

  • 2022-01-18
  • 2021-11-20
  • 2021-12-16
  • 2022-02-25
  • 2022-01-12
  • 2022-02-08
  • 2021-11-05
  • 2021-11-30
猜你喜欢
  • 2021-12-27
  • 2021-11-26
  • 2021-12-03
  • 2021-11-30
  • 2021-06-16
  • 2022-03-13
  • 2021-12-06
相关资源
相似解决方案