[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A very basic question about start client on different machine with the Server



Hello All:
I start the nameserver first: (The IP is 172.30.10.1)
ns /usr/local/apache/htdocs/NS_Ref
Then start the server:
jaco org.xmlBlaster.Main -iorPort 0
 
It runs pretty
I also start client on the same machine with the server:
jaco javaclients.corba.ClientSub -iorPort 0
 
But, when I want to start client on another machine, say 172.30.10.2, it fails.
In the jacorb.properties, I already defined the jacorb.NameServerURL=http://172.30.10.1/NS_Ref
 
The error says it can not find the nameserver.
 
Why?