rmiregistry changing Local Address from 0:0:0:0 to an IP
843793Oct 19 2006 — edited Oct 19 2006When I run ${JAVA_HOME}/bin/rmiregistry using the default port 1099 and then type netstat -lpn:
I get an entry that indicates that we're listening to all IPs:
tcp 0 0 0.0.0.0:1099 0.0.0.0:* LISTEN 837/rmiregistry
Is there any way to bind the local address that we are listening to localhost or another domain name?
Thanx in advance.