Ports for RMI
843793Oct 2 2006 — edited Oct 3 2006Hi,
I set up the port 1099 as my default port for my application in RMI. I've found out that even though this is the port I configured to use for RMI, the server uses other ports apart from this (1077,1045) to answer the request. It also doesn't use these concrete ports every time I run the application. Every time I restart my RMI application, it uses diferents ports to answer.
Which ports must be open in order to assure that my application will run properly? There is a firewall in between so I should only open the ports RMI will use.
Thanks in advance,