我想使用jconsole远程连接到Resin4,但当我修改resin.properties时,它不起作用:
#Jconsole config
-Dcom.sun.management.jmxremote.port : 8080
-Dcom.sun.management.jmxremote.ssl : false
-Dcom.sun.management.jmxremote.authenticate : false
-Djava.rmi.server.hostname : host_ip我认为这是resin.properties没有生效,但我不知道如何配置它。
发布于 2016-08-11 20:05:03
从4.0开始,它必须在resin.xml中配置,下面是文档链接,但是,我仍然无法启动和运行jmx端口。
http://caucho.com/resin-4.0/admin/resin-admin-console.xtp#JMXConsole
https://stackoverflow.com/questions/38606259
复制相似问题