How do I set Tomcat Manager Application User Name and Password for NetBeans?

后端 未结 11 1914
旧时难觅i
旧时难觅i 2020-12-04 09:46

I\'m trying to follow a tutorial to make an extremely basic Java web application in NetBeans.

When I try to run it, a dialogue box appears title \"Authentication Req

11条回答
  •  粉色の甜心
    2020-12-04 10:07

    Update the 'apache-tomcat-8.5.5\conf\tomcat-users.xml file. uncomment the roles and add/replace the following line.and restart server

    tomcat-users.xml file

    
    
    
    
    

提交回复
热议问题