Not binding to localhost by default in jboss-head was: Re: [jboss-dev] Clustering bootstrap still taking a long time

Brian Stansberry brian.stansberry at redhat.com
Thu Nov 8 12:25:20 EST 2007


Adrian wrote:
> On Thu, 2007-11-08 at 10:38 -0600, Brian Stansberry wrote:
>> Please don't do:
>>
>>  >       if (System.getProperty("bind.address") == null)
>>  >          System.setProperty("bind.address", bindAddress);
>>
>> That's a deprecated property replaced by jgroups.bind_addr; the only 
>> reason it's mentioned at all in Main() is in case a user set it via -D.
>>
> 
> Ok, I've removed that one 
> (I don't really understand what problem it causes?) 
> and ported the "fix" to jboss-4.2
> http://jira.jboss.com/jira/browse/JBAS-4955

Thanks. It doesn't really cause any problem, it's just one less piece of 
cruft hanging around.

-- 
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry at redhat.com



More information about the jboss-development mailing list