http://localhost:8080/manager/html
配置/conf/tomcat-users.xml
添加下面代码即可:
<role rolename="manager-gui"/>
<user username="admin" password="admin" roles="manager-gui"/>
http://localhost:8080/manager/html
配置/conf/tomcat-users.xml
添加下面代码即可:
<role rolename="manager-gui"/>
<user username="admin" password="admin" roles="manager-gui"/>