上都海奶茶馆 发表于 2018-11-29 10:56:00

Tomcat Manager

安装Tomcat5.5之后,发现Tomcat Manager登陆不进去.
Tomcat Manager应用程序位于server\webapps下,查看Web.xml
发现这段代码:

    manager


    BASIC
    Tomcat Manager Application


   
      The role that is required to log in to the Manager Application
   
    manager

Manager应用程序采用BASIC,只有manager角色下的成员才可以访问资源。
打开conf/tomcat-users.xml文件,添加


访问http://localhost:8001/manager/html,Great,success!



页: [1]
查看完整版本: Tomcat Manager