JMX Port issue
December 30, 2009
Leave a comment
Use following commands to check open/established ports. This is giving snapshot. in between connections can be opened and closed.
>netstat -an
>netstat -an |find /i “listening”
Options to pass to JVM
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=1616
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-o-



