Yes, I do see my MBeans through jmx-console. 

I also read the links you posted, and I changed the code to:

InitialContext ic = getContext("192.168.43.75:1099");
server = (MBeanServerConnection) ic.lookup("jmx/invoker/RMIAdaptor");
..

I still seem to get localhost somehow. My assumption was the Context is 
received from remote host JNP port, then we lookup the necessary adaptor.

Is my getContext method wrong? 

I am on JBoss 4.0.1. 

Thanks again, 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869698#3869698

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869698


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to