Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / utils / nslist / README.nslist
blob181bef079983480a18e81e4daf91f6098f425f7a
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
12 If invoked as:
14 % nslist
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:
22 % nslist --ior
24 will print the contents of the NameService, including the IOR of each
25 reference entry and the IOR of the NameService itself.
27 % nslist --ctxior
29 will additionally print the IORs of any subcontexts found within NameService.
31 % nslist --nsior
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.