RMI server port property
An instance of the RMI server is identified by specifying the TCP/IP server port using the server.port property defined in the rmiserver.properties file.
The RMI server uses four consecutive port numbers starting with the specified port. For example, if you specify 2500 as the port number, the RMI server will actually use ports 2500-2503.
The following table lists the valid values for the RMI server port and their description.
- Values
- Description
- integer
- Specifies TCP/IP server port.