How can I use RMI with the applet client behind the firewall?
How can I use RMI with a firewall server and applet firewall? (If it is possible)
I know that the RMI server uses port 1099 (by default, but this is configurable); however, after that, a new socket on another random port is required for communication. I also know that you can set the proxy server for the client for RMI through HTTP tunneling, which theoretically should solve my problem. But I can't get it to work (I tried to set the environment properties on my XP client, but Internet Explorer ignores them).
java applet firewall rmi
michelemarcon
source share