I'm not able to log in Tomcat Manager App

后端 未结 8 1917
温柔的废话
温柔的废话 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条回答
  •  野的像风
    2021-02-13 15:45

    If you try any of the other Answers and then there is no difference, you may need to clean your Tomcat and then try again. These are my clean commands (not sure how general they are):

    rm -R $TOMCAT_HOME/work/Catalina//*
    rm -rf $TOMCAT_HOME/webapps/
    

提交回复
热议问题