CORBA 2.3.7 Programmer's Guide for Java
When NonStop CORBA is installed, the Naming Service writes the stringified IOR of the root naming context into the
$NSD_ROOT/urls/NameService file. This ASCII file must be copied to the computer where JORB Lite is
installed and the full pathname of this file must be specified in the lite.dbm Naming Service setting.
For example, if the NameService file is copied into the directory c:\jorblite\lib\NameService, the
Naming Service setting in lite.dbm would resemble the following:
NS@name_service_settings RootNamingContextIORFile c:\jorblite\lib\NameService
The ns_browse Tool Syntax
ns_browse [-ior stringified-NamingContext] operation
where
-ior stringified-NamingContext
This option specifies the stringified object reference of a naming context to use as the base naming context for
the requested operation. If this option is not specified, ns_browse uses the root naming context as the base
naming context.
operation
This option specifies one of the following operation commands:
bind
bind_context
bind_new_context
destroy
list
new_context
rebind
rebind_context
remove_context
resolve
unbind
Note that the specified operation is performed against the base naming context, as specified with the -ior
option. Each operation is described in detail below.
bind object-name stringified-IOR
This option binds the name specified by object-name to the object whose IOR is specified by
stringified-IOR.
bind_context context-name stringified-IOR
This option binds the name specified by context-name to the naming context whose IOR is specified by
stringified-IOR.
bind_new_context context-name
This option binds the name specified by context-name to a new naming context, and returns the stringified
IOR of the new naming context.
destroy
This option destroys the base naming context.
list [context-name]