Thank God!
done!
haha
Hashtable env = new Hashtable();
| env.put("java.naming.factory.initial",
| "org.jboss.naming.HttpNamingContextFactory");
| env.put("java.naming.provider.url",
| "http://momo:8080/invoker/JNDIFactory");
| env.put("java.naming.factory.url.pkgs",
"org.jboss.naming.client");
| InitialContext ctx = new InitialContext(env); // From
jndi.properties
| MBeanServerConnection server = (MBeanServerConnection) ctx
| .lookup("jmx/invoker/HttpAdaptor");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964039#3964039
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964039
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user