원격지(remote)에서 JMX 접속(connection)을 할 수 있도록 하는 JAVA(JVM) option – (JMX 수신자의 입장)

By | 4월 5, 2016
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=포트번호
-Dcom.sun.management.jmxremote.rmi.port=포트번호
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.local.only=false

 

위와 같이 하면 왠만하면 되는데, 그래도 안된다면 아래의 옵션도 추가해 보자.

-Djava.rmi.server.hostname=서버IP

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments