5 File: DevGuideExamples/NamingService/Messenger/README
8 The Original Messenger example, introduced in Chapters 4 and 5
9 (GettingStartedUNIX and GettingStartedVC), is modified to utilize the
10 Naming Service. The client now uses the Naming Service rather than
11 reading the server object's IOR as a string from a file.
13 The Client code is stored in:
15 DevGuideExamples/NamingService/Messenger/MessengerClient.cpp
17 The Server code is stored in:
19 DevGuideExamples/NamingService/Messenger/MessengerServer.cpp
25 To start the Naming_Service:
26 ----------------------------
27 $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service -o ns.ior&
31 ./MessengerServer -ORBInitRef NameService=file://ns.ior
35 ./MessengerClient -ORBInitRef NameService=file://ns.ior
38 Exeuction via Perl Script
39 -------------------------
41 A Perl script has been created to automate the three steps shown
42 above. This script can be run via the following command: