Tomcat 7 Manager - how to authenticate?

前端 未结 5 1538
北海茫月
北海茫月 2020-12-08 05:13

I am trying to log in tomcat manager app but i cannot successfully create a login user in the tomcat-users.xml. The initial content was this:



        
5条回答
  •  Happy的楠姐
    2020-12-08 05:55

    You shouldn't combine the manager-gui roles with the manager-script or -jmx roles, because of compromising the Cross Site Scripting protection. The last manager roles can't be protected like the gui role.

提交回复
热议问题