set "JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=true -Dcom.sun.management.jmxremote.password.file=jmxremote.password -Dcom.sun.management.jmxremote.access.file=jmxremote.access -Djava.rmi.server.hostname=localhost"
JMX 与Tomcat 集成
最新推荐文章于 2025-12-01 18:34:47 发布
本文介绍如何通过设置JAVA_OPTS环境变量来启用Java应用程序的JMX远程监控功能,包括指定监听端口、禁用SSL、开启认证及配置权限等。
246

被折叠的 条评论
为什么被折叠?



