Hi all,
my question is: Who starts the RMI-Registry?
Have I to do it manually? Or does Spring providing a way for doing this?
Thanks.
Hi all,
my question is: Who starts the RMI-Registry?
Have I to do it manually? Or does Spring providing a way for doing this?
Thanks.
I think org.springframework.remoting.rmi.RmiServiceExporte r will do this for you.
Chris Harris
Carlisle, UK
Yes, RmiServiceExporter will implicitly start an RMI registry if none is found at the specified "registryPort" (by default: 1099). So you have two options: either start an external registry and let RmiServiceExporter access it, or let RmiServiceExporter start an internal registry.
Juergen
Hi all,
thanks for quick reply, will try it.
Bello