summaryrefslogtreecommitdiff
path: root/ACE/TAO/DevGuideExamples/PortableInterceptors/IOR/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/DevGuideExamples/PortableInterceptors/IOR/README')
-rw-r--r--ACE/TAO/DevGuideExamples/PortableInterceptors/IOR/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/ACE/TAO/DevGuideExamples/PortableInterceptors/IOR/README b/ACE/TAO/DevGuideExamples/PortableInterceptors/IOR/README
new file mode 100644
index 00000000000..c0ae563435b
--- /dev/null
+++ b/ACE/TAO/DevGuideExamples/PortableInterceptors/IOR/README
@@ -0,0 +1,37 @@
+// $Id$
+
+Portable Interceptors
+
+
+File: DevGuideExamples/PortableInterceptor/IOR/README
+
+
+This directory contains an example of using portable interceptors to add
+tagged information to an IOR.
+
+This example is based on the Messenger example in GettingStarted
+directory. A message is send by MessengerClient and displayed by
+MessengerServer. On IOR creation, the server has added a special
+tag "ServerRequiresAuth". The client is able to extract this tag.
+
+
+How to Run
+----------
+
+To start the server:
+------------------
+./MessengerServer
+
+
+To start the client:
+------------------
+./MessengerClient
+
+
+Execution via Perl Script
+-------------------------
+
+A Perl script has been created to automate the steps shown
+above. This script can be run via the following command:
+
+./run_test.pl