Give the CORBA Object a simple object key by registering its IOR in the server ORBs IOR Table (See How do I use a “corbaloc” object reference with a TAO server?
• Start the server listening on a particular endpoint using the -ORBListenEndpoints option. • Start the client with the -ORBInitRef option and assign the service name to the simple corbaloc-style reference of the CORBA Object. • In the client, call resolve_initial_references() and pass it the service name. The combination of the simple object key and the fixed endpoint allows us to reference the object via a corbaloc-style reference in the -ORBInitRef option.