(B&S) Cant start RMI server on any other port except 1099
Saheed Adepoju
Ranch Hand
Joined: Jun 23, 2004
Posts: 267
posted
0
Hi all I am in a dilema, i cant seem to start the RMI server on a port except that of the default RMI port and i dont seem to know why it is doing this? An insight into the problem will highly be appreciated.Thanks.
Hi all Thanks for your reply. There is a RegContractor class that has the following method signature declared as thus:
And that is how i start the RMI registry. Thanks.I await your input.
Jeroen T Wenting
Ranch Hand
Joined: Apr 21, 2006
Posts: 1847
posted
0
That looks fine, though you may want to take into account the possibility that the registry already exists and use any running registry if available.
Saheed Adepoju
Ranch Hand
Joined: Jun 23, 2004
Posts: 267
posted
0
Hi I dont seem to understand your explanation though. I tried it on a friend's computer and it still refuses connection on any other port other than 1099. Could you please be more precised in your explanations? Thanks alot!