资源说明:JMX firewall friendly java agent
Idea taken from: "Connecting Through Firewall Using JMX - Without modifying the server application":http://blogs.sun.com/jmxetc/entry/connecting_through_firewall_using_jmx to use agent execute:Example (tunneling friendly):java -Dorg.am.rmi.port=
-javaagent: ... (other stuff) You should use this URL then (after tunneling port 62277):java -Djava.rmi.server.hostname=localhost -javaagent:jmx-firewall-friendly-agent-1.0-SNAPSHOT.jar ... (other stuff)
service:jmx:rmi://localhost:62277/jndi/rmi://localhost:62277/jmxrmi
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。