• tomcatserver管理界面username和password忘记


    tomcatserverhttp://localhost:8080/
    这样訪问,点击Manager App后要求输入username和password才干进入管理应用界面
    我忘记了username和password
    解决的方法:
        进入apache-tomcat-7.0.53conf文件夹下
        打开tomcat-users.xml这个文件
        进行例如以下配置

        在</tomcat-users>节点的前面

    <role rolename="manager-gui"/>
    	<user username="admin" password="admin" roles="manager-gui"/>

    进行这种配置后保存。重新启动tomcatserver
    再进行訪问http://localhost:8080/
    点击Manager App后输入username为admin和password为admin就可以进入管理应用界面

  • 相关阅读:
    rabbitmqctl常用命令-3
    Count and Say
    Spiral Matrix II
    Minimum Path Sum
    Plus One
    Rotate Image
    Permutations
    Search a 2D Matrix
    Binary Tree Level Order Traversal II
    Binary Tree Level Order Traversal
  • 原文地址:https://www.cnblogs.com/yutingliuyl/p/7069946.html
Copyright © 2020-2023  润新知