Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / DevGuideExamples / PortableInterceptors / IOR / README
blob2c88f1ec8a1bf7d548d80ad966421b16f7d0aa32
3 Portable Interceptors
6 File: DevGuideExamples/PortableInterceptor/IOR/README
9 This directory contains an example of using portable interceptors to add
10 tagged information to an IOR.
12 This example is based on the Messenger example in GettingStarted
13 directory.  A message is send by MessengerClient and displayed by
14 MessengerServer.  On IOR creation, the server has added a special
15 tag "ServerRequiresAuth". The client is able to extract this tag.
18 How to Run
19 ----------
21 To start the server:
22 ------------------
23 ./MessengerServer
26 To start the client:
27 ------------------
28 ./MessengerClient
31 Execution via Perl Script
32 -------------------------
34 A Perl script has been created to automate the steps shown
35 above.  This script can be run via the following command:
37 ./run_test.pl