Tomcat 7 Manager - how to authenticate?

前端 未结 5 1530
北海茫月
北海茫月 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条回答
  •  失恋的感觉
    2020-12-08 05:57

    You have add manager role user to access this feature. For this edit tomcat-users.xml file at apache-tomcat-7.0.56-windows-x64\apache-tomcat-7.0.56\conf if u are on windows. Search for line. This will probrably commented. Add this code :-

    
    
    

提交回复
热议问题