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

前端 未结 16 2233
天涯浪人
天涯浪人 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:36

    Useful link here: Access Tomcat Manager App from different host

    From Tomcat version 8 onward's, manager/html url won't be accessible to anyone except localhost.

    In order to access /manager/html url, you need to do below change in context.xml of manager app. 1. Go to /apache-tomcat-8.5.23/webapps/manager/META-INF location, then edit context.xml

    
      
     ......
    
    
    1. Restart the server.

提交回复
热议问题