Discussion:
Fnorb fnaming question
(too old to reply)
dksr
2009-12-10 11:59:37 UTC
Permalink
Hi all,
I am new to CORBA and trying to use Fnorb as it is in pure python.
I am using the 'naming' example in the examples dir. I am not sure how
to use fnaming to start a naming service on host:port. When I start
fnaming it starts name service with following info:

Type Id : IDL:omg.org/CosNaming/NamingContext:1.0
Profile : IIOP
IIOP Version : 1.2
Host : cslin.somehost.uk #
basically local host
Port : 55353
Object Key : NameService
Key length : 11
Octal key dump : 116 141 155 145 123 145 162 166 151 143
145

How do I make it use a different port and host and a nameservice?

Thanks in advance,
dksr
dksr
2009-12-10 13:22:34 UTC
Permalink
This seems to be working and fnior confirms that
fnaming --OAhost=129.11.146.130 --OAport=9999

I will be thankful if someone tells me how to start it on say the
following address:
'corbaloc:iiop:129.11.146.130:9999/NameService'

- dksr

Loading...