Re: Control ports used by RMI server ???
Posted By:
srinath_mandalapu
Posted On:
Saturday, July 7, 2001 04:44 PM
I don't think you can control the value of the port returned by the accept call on server side runtime. This port is determined by the OS at runtime depending upon the availbility of the port. Atleaset on the client side, you can bind the socket to a particular local port before making a connection to the remote server in normal socket programming. But in RMI, RMI reference layer manages connection management.