java 개발하듯이 -D 옵션으로 jmx를 추가하면 jmx 포트가 열린다. jconsole, jvisualvm을 쓸 수 있다.  


localhost, remote 모두 잘 연결된다.



$ activator run -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=10100 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false


Posted by '김용환'
,