Link to home
Start Free TrialLog in
Avatar of jonalee
jonalee

asked on

CORBA in Java

Hello:
I'm creating Java CORBA following the JavaTutorial.
The question is:
The tutorial told me to using the following command to run the program.
tnameserv -ORBInitialPort 1050
java HelloServer -ORBInitialPort 1050
java HelloClient -ORBInitialPort 1050

But the client can only connect the server from the same machine. How can I assign the the machine name. What need to do?
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of andreZippy
andreZippy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jonalee
jonalee

ASKER

Also, will you tell me except for -ORBInitialPort and -ORBInitialHost, is there any other parameter?