// $Id: README 83358 2008-10-21 23:02:02Z sowayaa $

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
