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

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

    1. Go and Check if a user is created or not if no please create a user by opening a file in /apache-tomcat-9.0.20/tomcat-users.xml add a line into it

    2. Goto /apache-tomcat-9.0.20/webapps/manager/META-INF/ open context.xml comment everything in context tag example:

    
         
       
    

提交回复
热议问题