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

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

    The correct answer is as @JaKu pointed out. Tomcat is confining the access to localhost to make it secure. This is as it should be. Port forwarding to tomcat is the correct thing to do, preferably under something secure like SSH.

提交回复
热议问题