Connection refused to host: 127.0.1.1
843793Sep 4 2006 — edited Sep 4 2006Hi,
I've developed a simple rmi server client software
Everything work if the server and the client works on the same machine, but when I try to lunch the client side on another machine I receive this message:
java.rmi.RemoteExceptionjava.rmi.ConnectException: Connection refused to host: 127.0.1.1; nested exception is:
java.net.ConnectException: Connection refused: connect
Any help will be apprecieted.
Thanks.
ots1