Posted By:
Ramesh_Sinha
Posted On:
Tuesday, December 4, 2001 10:21 AM
Hi, I am trying to start the rmiregistry remotely using rsh. I've tried: rsh myhost -l myuser "rmiregistry &" and rsh myhost -l myuser "nohup rmiregistry &" ..etc. but I do not get the prompt returned to me like I do when I issue a command such as: rsh myhost -l myuser "ls" Has anyone got any suggestions as to how I can start a registry using rsh and get a prompt returned to me? I want to avoid using the LocateRegistry class. Many thanks in advance for your help. Ramesh Sinha.
More>>
Hi,
I am trying to start the rmiregistry remotely using rsh.
I've tried:
rsh myhost -l myuser "rmiregistry &"
and
rsh myhost -l myuser "nohup rmiregistry &"
..etc.
but I do not get the prompt returned to me like I do when I issue a command such as:
rsh myhost -l myuser "ls"
Has anyone got any suggestions as to how I can start a registry using rsh and get a prompt returned to me? I want to avoid using the LocateRegistry class.
Many thanks in advance for your help.
Ramesh Sinha.
<<Less