RMI applet is making requests on random ports and blocked consequently
- by Dan
///
I have set up RMI system successfully on local ubuntu srver.
Registry port 1099 and remote object export on 1100(fixed by calling super(1100))
Now I am trying to make it work on Ubuntu over internet with a public IP.
I could bind service properly with public ip.But the client applet is trying to connect to ubuntu server at random ports.
Below…