jmx-firewall-friendly-agent
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明: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:


    java -Dorg.am.rmi.port= -javaagent: ... (other stuff)
Example (tunneling friendly):

    java -Djava.rmi.server.hostname=localhost -javaagent:jmx-firewall-friendly-agent-1.0-SNAPSHOT.jar ... (other stuff)
You should use this URL then (after tunneling port 62277):

    service:jmx:rmi://localhost:62277/jndi/rmi://localhost:62277/jmxrmi

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。