Posted By:
Eduardo_Cuervo
Posted On:
Sunday, January 25, 2004 09:37 PM
I was wandering what happens when I run rmiregistry, it looks like it calls sun.rmi.registry.RegistryImpl
I've tried to do something like:
LocateRegistry.createRegistry(1099);
And it works, however to keep the process alive I have to add a neverending cycle, and it slows down everything.
So what should I do to mimic rmiregistry?