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

后端 未结 15 2072
情话喂你
情话喂你 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:01

    Short answer - don't know. Your tomcat-users.xml looks right. Things to check:

    1. Is the Manager app deployed?
    2. Has the web.xml used by the Manager (where manager-script is used) been changed?
    3. Use JMX to confirm that the users and roles are read correctly.
    4. Has the Realm been changed in server.xml?

提交回复
热议问题