starter question about RMI

Hi all,

I'm embarrassed to admit it, but i have been doing a little bit of RMI on and off for probably 5 years, and don't have my basics clear on it.

When I start an RMI server that i have implemented, how does it know where the RMI registry is? for instance, how does it know if the RMI registry is started on the default port or some other port? Or is this irrelevant to the Remote object that i'm trying to run?

Thanks,

Nilesh

[463 byte] By [nthalia] at [2007-11-27 8:55:42]
# 1
Never mind. In the LocateRegistry.getRegistry() i can specify where the rmiregistry is running.Sheesh!
nthalia at 2007-7-12 21:17:16 > top of Java-index,Core,Core APIs...