I'm not able to log in Tomcat Manager App

后端 未结 8 2284
温柔的废话
温柔的废话 2021-02-13 14:57

I have read a lot of topics in stackoverflow for solve my problem, but none was useful.

When I tried to log in Manager App ([http://localhost:8080/manager/html][1]) usin

8条回答
  •  萌比男神i
    2021-02-13 15:39

    Also verify that the tomcat-users.xml you are editing actually corresponds with the instance of Tomcat you are running. If you have multiple installations, but only one running, make sure you are editing the file at the correct location.

    When you run startup.bat (or startup.sh), the script will output the CATALINA_* environmental variables. If the paths do match the current working directory you are running from, it is a good bet that you have been editing the wrong tomcat-users.xml file.

提交回复
热议问题