summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 16:06:05 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 16:06:05 +0000
commit65e1b148d804752b7df56403e629738417f9a002 (patch)
treeada82311064fc9794ed131dbaf3feb9c516061ce /TAO/CIAO/examples/handcrafted
parent2cbce54c355730023c38916d6574f64b46fc7204 (diff)
downloadATCD-65e1b148d804752b7df56403e629738417f9a002.tar.gz
ChangeLogTag:Tue Jun 17 11:02:19 2003 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/CIAO/examples/handcrafted')
-rw-r--r--TAO/CIAO/examples/handcrafted/Hello/README21
1 files changed, 4 insertions, 17 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Hello/README b/TAO/CIAO/examples/handcrafted/Hello/README
index 84e837e673c..72e3069f71f 100644
--- a/TAO/CIAO/examples/handcrafted/Hello/README
+++ b/TAO/CIAO/examples/handcrafted/Hello/README
@@ -109,23 +109,10 @@ hello_executors This library contains the CIDL generated executor definitions an
How to Run:
----------
-1. Start the Name Service and store the name service IOR in some file
- <w:\ior>.
+Run with
- Naming_Service -o w:\ior
+ run_test.pl to start the test using CIAO_Daemon and ComponentServer
-2. Start the Component servier with the config file and the
- NameService IOR we stored in the previous step:
+or
- w:\ACE_wrappers\bin\Simple_Component_Server -ORBInitRef \
- NameService=file://w:\ior -i config -o ior
-
- The component server we use here will create the HomeFinder IOR.
- Store the IOR in a file <ior>.
-
-3. Finally, start the client program as:
-
- client -ORBInitRef HomeFinder=file://ior
-
- The client will try to use all thru operations to find the
- HelloHome interface. \ No newline at end of file
+ run_simple_test.pl to start the test using Simple_Component_Server