Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / DevGuideExamples / GettingStarted / README
blob6453845d6992c4f044b9c86cf52ef8f3900bec04
1 File: DevGuideExamples/GettingStarted/README
4 This directory contains a CORBA example illustrating a simple client and
5 a server with a Interface Messenger. The Messenger Interface has
6 an operation for sending a message (send_message).  The MessengerClient
7 will send a message which is displayed by the MessengerServer when
8 received.  The MessengerClient will then confirm that the message has
9 been sent successfully.
12 How to Run
13 ----------
15 To start the server :
16 ------------------
17 ./MessengerServer
20 To start the client:
21 ------------------
22 ./MessengerClient
26 Exeuction via Perl Script
27 -------------------------
29 A Perl script has been created to automate the steps shown
30 above.  This script can be run via the following command:
32 ./run_test.pl
35 NOTE:
37    If you run on Windows platform, go to Debug or Release directory to run the
38    script via following command:
40    perl ../run_test.pl