Hi,
I have a java 1.4 RMI application. By using custom socket factory, I am running my RMI server in a particular port (5050).
The problem is, when the RMI client application tries to communicate to RMI server from a different machine, random ports are being opened up in the client machine (Can see through TCPView.exe). Since, firewall blocked all the ports in the client machine, the application is not working. If I turn-off the firewall in client machine, the application works well.
I found this topic is discussed in many forums, but nowhere I found the solution for client side.
Is there any sample code/application available to explain, how to run RMI client in a particular port?
Thanks in advance
Raja Balu