Set the correct username and password with the “manager-script” role in the Tomcat

后端 未结 15 1882
情话喂你
情话喂你 2021-01-17 12:26

I know this has been asked many before. But I have already placed my user to role \"manager-script\".

I keep getting this when trying to deploy:

相关标签:
15条回答
  • 2021-01-17 13:12
    1. Uninstall Tomcat
    2. Reinstall tomcat and add manager-script in roles while installing
    0 讨论(0)
  • 2021-01-17 13:13

    Change your tomcat-users.xml locate at conf directory of Apache installation location then restart the net-beans.

    <user password="admin" roles="manager,manager-script,admin" username="admin"/>
    

    or you can remove Apache server from Netbeans and re-add.

    0 讨论(0)
  • 2021-01-17 13:14

    Hello the solution is the below :

    1. remove netbeans and tomcat
    2. remove the cash directory c:\users{youruser}.netbeans\
    3. remove the netbeans folder in : C:\Users{youruser}\AppData\Roaming\netbeans
    4. re-install netbeans and tomcat
    5. add your application i will works

    tested !! :D

    0 讨论(0)
提交回复
热议问题