Menu

#2 gethostbyname not reliable

open
nobody
None
7
2010-07-26
2010-07-26
No

The system gets the host address using the following code. It somtimes returns the loopback address 127.0.1.1 (for instance) and not the address you would expect. Perhaps a configuration would be better.

InetAddress addr = InetAddress.getLocalHost();
host = addr.getHostAddress();

Discussion


Log in to post a comment.

MongoDB Logo MongoDB