// $Id: README 87936 2009-12-04 23:21:00Z dai_y $

This directory contains a CORBA example illustrating a simple client and
a server. The idl is similar to jacorb demo/value test. The test is used to
test indirection support in TAO and also can be used as interoperability
test between TAO and JacORB. 


How to Run 
----------

Start the server :
------------------
./server


Start the client:
------------------
./client



Exeuction 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


NOTE:

   If you run on Windows platform, go to Debug or Release directory to run the 
   script via following command:  
   
   perl ../run_test.pl
    


