How to fix Tomcat HTTP Status 403: Access to the requested resource has been denied?

前端 未结 5 1088
醉梦人生
醉梦人生 2020-12-05 16:59

I am trying to setup Tomcat with my current source code. I downloaded the zip from tomcat site (6.0.32).

I then put in the config file for my project in tomcat

5条回答
  •  遥遥无期
    2020-12-05 17:26

    You should choose manager roles which are defined by tomcat instead of admin or manager.

    manager-gui - Allows access to the html interface
    manager-script - Allows access to the plain text interface
    manager-jmx - Allows access to the JMX proxy interface
    manager-status - Allows access to the read-only status pages
    

    link to Configuring Manager Application access in tomcat

提交回复
热议问题