<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Hello,<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">You can run Corba client and server on different machines by:<br>1.Copy the client exe to any machine which can reach the other on the network <br>2. Start the name service on the corba server, this server also contains the corba app exe<br>3. Start the corba app server exe on the server machine. e.g. ServerCorbaExample -ORBInitRef NameService=corbaname:iiop:&lt;IP address of the server machine&gt;:2809/NameService&nbsp; --&gt; these command lines will be pass to argv[] of main() function of the corba server app code to start the corba<br>4. On the client, start corba client app exe with the URL pointing to the corba server. e.g.<br>&nbsp;ClientCorbaExample -ORBInitRef NameService=corbaname:iiop:&lt;IP
 address of 
the server machine&gt;:2809/NameService&nbsp; --&gt; these command lines will be pass to argv[] of main() function of 
the corba server app code to start the corba and connect to corba server app.<br><br>Notes: in this case i use the Name Service. If you want to use the stringifiedIOR, you can copy it from the corba server to corba client<br><br>Regards,<br>Hung<br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Haitham &lt;hiethamashour@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> omniorb-list@omniorb-support.com<br><b><span style="font-weight: bold;">Sent:</span></b> Fri, June 18, 2010 12:12:59 AM<br><b><span style="font-weight: bold;">Subject:</span></b> [omniORB] How to Run server and client on diffirent machines<br></font><br>
<br>Hi, <br><br>I am a new omniORB user, I am trying to run eg3_impl and eg3_clt on<br>different machines and I could not do that, I ran them on the same machine<br>without problems, may anyone help me with the correct configurations to run<br>them on different machines?<br><br>Thanks<br><br>--<br>Haitham<br>-- <br><span>View this message in context: <a target="_blank" href="http://old.nabble.com/How-to-Run-server-and-client-on-diffirent-machines-tp28916337p28916337.html">http://old.nabble.com/How-to-Run-server-and-client-on-diffirent-machines-tp28916337p28916337.html</a></span><br>Sent from the OmniORB - User mailing list archive at <a target="_blank" href="http://Nabble.com">Nabble.com</a>.<br><br><br>_______________________________________________<br>omniORB-list mailing list<br><a ymailto="mailto:omniORB-list@omniorb-support.com" href="mailto:omniORB-list@omniorb-support.com">omniORB-list@omniorb-support.com</a><br><span><a target="_blank"
 href="http://www.omniorb-support.com/mailman/listinfo/omniorb-list">http://www.omniorb-support.com/mailman/listinfo/omniorb-list</a></span><br></div></div>
</div><br>

      </body></html>