修改conf/tomcat-users.xml文件,在其中加入一行<user username="servermon" password="password" roles="manager"/>
这样就可以在访问http://localhost:port/manager/status时给出servermon的用户名与口令,查看应用服务器的相关性能指标数据。
修改conf/tomcat-users.xml文件,在其中加入一行<user username="servermon" password="password" roles="manager"/>
这样就可以在访问http://localhost:port/manager/status时给出servermon的用户名与口令,查看应用服务器的相关性能指标数据。