[jboss-user] [JBoss Remoting] - Re: bind options
peter craddock
do-not-reply at jboss.com
Wed Dec 1 08:38:22 EST 2010
peter craddock [http://community.jboss.org/people/crazycradd] created the discussion
"Re: bind options"
To view the discussion, visit: http://community.jboss.org/message/573860#573860
--------------------------------------------------------------
I found that the remoting source being used is 2.2.2-SP8
The problem was being cause by the name of the server redditch_efin_app01. Once the URI hasd been parsed the call to uri.getHost was returning null. I added an entry to the host file for redefinapp01 and restarted the appserver. The new URI was parsed correctly and the call to uri.getHost returned the correct value.
Whilst trying to get to the bottom of this I found that the remoting code does not seem to use the default setting for remoting.bind_by_host
String bindByHost = System.getProperty(BIND_BY_HOST, "True");
byHost = Boolean.getBoolean(bindByHost); //this was false even thought the above string was 'True'
I managed to fix this with a change of config but I did not seem to ba able to force a legacy parse or to bind by host.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/573860#573860]
Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101201/7bc1165c/attachment-0001.html
More information about the jboss-user
mailing list