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

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

    I have to modify the following files

    $CATALINA_BASE/conf/Catalina/localhost/manager.xml and add following line

      
            
      
    

    This will allow tomcat to be accessed from any machine, if you want to grant access to specific IP then use the below value instead of allow="^.*$"

        
    

提交回复
热议问题