https://issues.apache.org/bugzilla/show_bug.cgi?id=49513
--- Comment #3 from [email protected] 2010-08-29 13:32:40 EDT --- In my ex(In reply to comment #1) > getLocalHost() is only specified to return an address of the machine. There is > no reason that in general the one or the other address selected by this method > is better than any other address available on the system. While in your case > apparently the selected address of getLocalHost is "better" there is no > guarantee that this is the case for others, or will remain true in the future. > > Please also see > http://stackoverflow.com/questions/901755/how-to-get-the-ip-of-the-computer-on-linux-through-java > for a more elaborate explanation. In my experience what getLocalHost() returns is consistent with what `hostname` returns on Linux machines. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
