Tomcat の設定手順 jmxremote.password に ID/PASS を設定する。 # cd $JAVA_HOME/jre/lib/management # cp jmxremote.password.template jmxremote.password # chown tomcat:tomcat jmxremote.password # chmod 600 jmxremote.password # vi jmxremote.password admin admin jmxremote.access に以下の記述を追記する。 # vi $JAVA_HOME/jre/lib/management/jmxremote.access admin readwrite \ create javax.management.monitor.*,javax.management.timer
