[JBoss-user] [Management, JMX/JBoss] - Re: client jmx through httpinvoker

2005-08-07 Thread nehring
If your JBoss server is running on a windows machine.   You may have to check 
the 'jboss-service.xml' file in the 'http-invoker.sar/META-INF' directory of 
your JBoss server configuration.

I've seen that a the windows server hostname may default to it's short name or 
DNS alias.  When the client asks the server for the Naming service the server 
responds with a URL containing the short name.   The client most likely can't 
resolve the short name into an IP address.

The 'jboss-service.xml' file has attributes named 'UseHostName' in the MBean 
definitions.  They are set to 'true' by default and I generally set them to 
'false' for windows machines that have this problem with host name.

If you use a network sniffer, i.e. ethereal, you can verify the behavior and 
see what the server is sending back to the client.

r,
Lance

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=302#302

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=302


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: client jmx through httpinvoker

2005-07-12 Thread riyaz_ahmed_mansur

use this 
initialContext ic = new initialContext(env);
RMIAdaptor server = (RMIAdaptor ic.lookup(jmx/invoker/RMIAdaptor);

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3884657#3884657

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3884657


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user