Re: Orbit Naming Service



Hi Prashant,

>  How to RUN Naming Service in orbit using ORBInitRef?
> I m using orbit ORBit-0.5.8.
> I can able to RUN the orbit Naming
> Service client & Server on the same machine. To RUN
> the client on the Remote machine, i used following
> steps.
> 1. RUN Naming Service : orbit-name-server
> -ORBIIOPIPv4=1
> 
> 2. RUN Server :
> ./factory-server -ORBNamingIOR=<IOR From Naming
> Service> -ORBIIOPIPv4=1
> 
> 3. RUN Client :
> ./factory-client -ORBNamingIOR=<IOR From Naming
> Service>
> 
> And it works. But in this case i have to copy the IOR
> from Naming Service to the Server & Client. But i
> don't want use this option. It it possible for me to
> RUN this using -DORBInitRe.NameService or any other
> option.

Yes, you have to copy the IOR, but not by hand, you can write it into a file
on NFS

  orbit-name-server -ORBIIOPIPv4=1 >ior-file

and the use it on the remote machine

  factory-server -ORBNamingIOR=$(<ior-file)

Without NFS games with apache and wget are possible.

Bye,
Sebastian
-- 
Sebastian Wilhelmi
mailto:wilhelmi@ira.uka.de
http://goethe.ira.uka.de/~wilhelmi



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