I am connecting Windows and Linux machine thru
Java RMI. and my server files are in Linux Server. when I connect Linux machine(144.16.75.124) thru Java on Windows It is showing error:
java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused: no further information
although I have given the ip-address of the linux machine(here it is 144.16.75.124). The error is Connection refused to host: 127.0.0.1
and I haven't mentioned 127.0.0.1 or localhost any where in the program