> >>John_Woo schrieb:
> >>
[quoted text clipped - 16 lines]
> The significant difference is that A starts the registry on port
> 'defport' and B assumes it is already running on port 1099.
Thanks lots,
the port 1099, in my unix, may already be used by other app (not java).
in this case,
how would you think the default port for rmi?
John
EJP - 22 Aug 2006 02:45 GMT
> the port 1099, in my unix, may already be used by other app (not java).
> in this case,
> how would you think the default port for rmi?
I don't understand the question but I've already told you that port 1099
is reserved by IANA, which is the Internet Assigned Numbers Authority,
for the RMI Registry. So any other application that is using 1099 is
non-compliant and should be fixed or trashed.
If you can't get the application using 1099 fixed, use another number,
obviously.