1 This utility lists the current entries in the Naming Service in a
2 nicely formatted manner. To run it, just type
4 % nslist [[ --ior ][ --ctxior ] | --nsior ]
6 and it'll print the contents of the default "NameService" returned by
7 resolve_initial_references(). You can select the IOR of this
8 NameService via the options described in
10 $TAO_ROOT/docs/Options.html
16 The contents of the default NameService will be displayed,
17 including the protocol and endpoint of each object reference.
20 nslist accepts three other options:
24 will print the contents of the NameService, including the IOR of each
25 reference entry and the IOR of the NameService itself.
29 will additionally print the IORs of any subcontexts found within NameService.
33 will print *only* the IOR of the NameService itself, with no other text.
34 This can be used to locate the TAO NameService for non-TAO applications.