tomcat“host-manager”密码设置
打开Tomact文件夹,找到conf文件夹里的tomcat-users.xml
添加代码
<role rolename="admin-gui"/>
<user username="tomcat" password="Gouwa" roles="admin-gui"/>
打开Tomact文件夹,找到conf文件夹里的tomcat-users.xml
添加代码
<role rolename="admin-gui"/>
<user username="tomcat" password="Gouwa" roles="admin-gui"/>