使用 psi-probe 监控 Tomcat
psi-probe 是一款非常强大的开源 Tomcat 监控工具,使用时可以点击这里下载
配置用户:
在 tomcat/webapps/docs/deployer-howto.html 文档的 manager 下有说明
conf/tomcat-user.xml
1、添加用户
<role rolename="ahian"/>
<role rolename="manager-gui"/>
<role rolename="manager-status"/>
<user username="ahian" password="123456" roles="ahian,manager-gui,manager-status"/>
2、在 conf 文件夹中新建 Catalina/localhost/manager.xml 并编辑
|
|
3、将 probe.war 包拷贝到 webapp 下,启动 tomcat 4、访问 localhost:8080/probe
- 原文作者:浮华生
- 原文链接:https://www.ahianzhang.com/post/performanceance-tuning05/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。