jetty6 on windows with remote jmx

Jetty-Service.exe --install specific-service.conf
でWindowsサービス登録

JMX設定
特定のwindows用設定ファイルで以下の項目を追加(ポート番号は適当に)
認証を省いているのでもちろん、イントラ専用。
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=specific-port
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false

jdk1.6 07 からに同梱されているjvisualvm.exeを起動し、
Remoteに"Add JMX Connection"で新規設定を行う。

hostname:specific-portを指定してOK。

自作のMBeanは次回がんばろうっと。
jetty with mx4j とどっちが良いのか不明。
mx4jのほうが機能が多いのかな・・・

コメント

人気の投稿