CORBA 2.3.7 Programmer's Guide for Java

action, you need the stringified IOR of the TestCtx test context, which is returned by ns_browse when
that context is created.
ns_browse -ior IOR:004532... bind_new_context TestCtx1 ""
Run ns_browse to list the contents of the naming context with name TestCtx test:
ns_browse list TestCtx test
5.
Run ns_browse to remove a naming context with name TestCtx1 "" from the naming context with name
TestCtx test. Again, assuming that the TestCtx test context is bound to the root naming context, you can
issue the following command:
ns_browse remove_context TestCtx test TestCtx1 ""
6.
Run ns_browse to remove a naming context with name TestCtx1 test from the root naming context.
ns_browse remove_context TestCtx test
7.
Prev Up Next
Chapter 4. Deploying a NonStop
CORBA Application
Home
Chapter 6. Writing Scalable
Applications