Tomcat manager/html is not available?

后端 未结 10 899
暗喜
暗喜 2020-12-25 12:01

Hi I just installed Tomcat and and am trying to get it up and running however whenever I try to navigate to manager/html it gives me this error \"The requested resource (/ma

10条回答
  •  时光取名叫无心
    2020-12-25 12:40

    You have to check if you have the folder with name manager inside the folder webapps in your tomcat.

    Rubens-MacBook-Pro:tomcat rfanjul$ ls -la webapps/
    total 16
    drwxr-xr-x   8 rfanjul  staff   272 21 May 12:20 .
    drwxr-xr-x  14 rfanjul  staff   476 21 May 12:22 ..
    -rw-r--r--@  1 rfanjul  staff  6148 21 May 12:20 .DS_Store
    drwxr-xr-x  19 rfanjul  staff   646 17 Feb 15:13 ROOT
    drwxr-xr-x  51 rfanjul  staff  1734 17 Feb 15:13 docs
    drwxr-xr-x   6 rfanjul  staff   204 17 Feb 15:13 examples
    drwxr-xr-x   7 rfanjul  staff   238 17 Feb 15:13 host-manager
    drwxr-xr-x   8 rfanjul  staff   272 17 Feb 15:13 manager
    

    After that you will be sure that you have this permmint for you user in the file conf/tomcat-users.xml:

    
    
    
    

    restart tomcat and stat tomcat again.

    sh bin/shutdown.sh 
    sh bin/startup.sh
    

    I hope that will works fine for you.

提交回复
热议问题