Re: Server connection failed if I dont use default port
Posted By:
ankush_purwar
Posted On:
Monday, June 27, 2005 06:28 AM
You should always use "Hello" as
"rmi://+argv[0]+":"+argv[1]+"/Hello"
where argv[0] represents machinename or IPAddress
and argv[1] represents port on which your rmiregistry is
running on.
Re: Server connection failed if I dont use default port
Posted By:
sandeep_pathuri
Posted On:
Friday, June 24, 2005 03:41 PM
Sorry for asking a silly question. I got it resolved by myself .... Just added the ip_address:[new_port] in the "Naming.rebind"
Thanks