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

前端 未结 16 2276
天涯浪人
天涯浪人 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 had to add both manager-gui and manager-script roles for it to work, in version 9.

    After getting the access to MangerApp, while trying to upload .war file, I got the exception

    org.apache.tomcat.util.http.fileupload.FileUploadBase$IOFileUploadException
    

    which I was able to solve using the answer of this post

    To get access for Host Manager, check this post

提交回复
热议问题