2008年12月30日星期二

jdk1.6 中使用 jconsole

jdk1.6 中使用 jconsole 需要包含的启动参数

-Dcom.sun.management.jmxremote.port=1090 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false

注:远程连接才需要包含此参数(包括本地 web 应用),本地连接则不需要

没有评论: