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

后端 未结 11 1905
旧时难觅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:32

    When you're launching tomcat server from netbeans IDE you need to check in menu "tools->servers" on connection tab for tomcat server - there is catalina base directory. And you need to include something like:

     
      
    

    at file

    \CATALINA_BASE\conf\tomcat-users.xml
    

    or use username automatically generated by IDE with description already placed in this file or on connection tab

    For Manager Apps : GUI access:

    
    
    

提交回复
热议问题