Hi i am trying to get my java client to communicate with the C++ omniORB server. I wanted to know is there a way to specify the naming service address in java. <br>Like for example in C++ client we specify a config file having the parameter: <br>
<b>InitRef = NameService=corbaname::RemoteComputerName:2809/NameService</b><br>I wanted to know what would its equivalent be in java. <br>I am only familiar with<b><br>org.omg.CORBA.Object objRef =  orb.resolve_initial_references()</b><br>
<br>and tnameserv.exe which starts the java based naming server<br><br><br>