403 Access Denied on Tomcat 8 Manager App without prompting for user/password

前端 未结 16 2245
天涯浪人
天涯浪人 2020-12-01 01:39

I have set up tomcat 8 according to this, and I have the following tomcat-users.xml file:




        
16条回答
  •  一生所求
    2020-12-01 02:22

    If non of above works for you, make sure tomcat has access to manager folder under webapps (chown ...). The message is the exact same message, and It took me 2 hours to figure out the problem. :-)

    just for someone else who came here for the same issue as me.

提交回复
热议问题