리모트 디버깅을 하기 위해 startup.sh에 다음을 추가
export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote"
export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=포트"
export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false"
export JAVA_OPTS="$JAVA_OPTS -Djava.rmi.server.hostname=아이피"
이 후 jconsole을 이용해 접속한다.
댓글 없음:
댓글 쓰기