summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/examples/BasicSP/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/examples/BasicSP/README.html')
-rw-r--r--TAO/CIAO/DAnCE/examples/BasicSP/README.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/TAO/CIAO/DAnCE/examples/BasicSP/README.html b/TAO/CIAO/DAnCE/examples/BasicSP/README.html
deleted file mode 100644
index 018d2eb637c..00000000000
--- a/TAO/CIAO/DAnCE/examples/BasicSP/README.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<HTML>
-<!-- $Id$ -->
-<BODY>
-
-This document describes how to compile/run the HUDisplay example with the new DnC implementation.
-
-<H3> Installing </H3>
-
-<UL>
- <LI> Make sure you have the latest DAnCE framework built.
- </LI>
-
- <LI>
- Get the latest cidl compiler (if you did not compile from source) from:
- <A href="http://www.dre.vanderbilt.edu/cidlc/binary/">
- http://www.dre.vanderbilt.edu/cidlc/binary/
- </A>
-
- Copy the file into the <code> $CIAO_ROOT/bin </code> directory.
- Build ACE, TAO, DAnCE before you proceed.
- </LI>
-
- <LI> Generate the project/make files for the <em> BasicSP </em> example directory:
- <UL>
- <LI> <em> linux: </em> <code> [in $CIAO_ROOT/DAnCE/examples/BasicSP] mwc.pl </code> </LI>
- <LI> <em> windows: </em> <code> [in %CIAO_ROOT%/DAnCE/examples/BasicSP] mwc.pl -type vc71</code> </LI>
- </UL>
- </LI>
-
-
- <LI> Build the generated solution/make files </LI>
-</UL>
-
-<H3> Running the test </H3>
-
-<UL>
-
- <LI> Change into the $CIAO_ROOT/DAnCE/examples/descriptors directory Start NodeManagers (NodeDameon) by running <code> NodeDaemon.pl </code>
-
- <LI> Start the execution manager:
- <code>$CIAO_ROOT/DAnCE/ExecutionManager/Execution_Manager -o EM.ior -i basicsp.dat </code>
- </LI>
-
- <LI> Start the executor:
- <code> $CIAO_ROOT/DAnCE/RepositoryManager/executor -p package.tpd -d HUDisplay.cdp -k file://EM.ior </code>
-
- <LI> After this, components should be deployed successfully. You can run the $CIAO_ROOT/DAnCE/examples/BasicSP/EC/controller to start the application.
- Please make sure that the component IOR file for the EC component is present when you run the client.
-
- <BR/>
- </LI>
-</UL>
-
-</BODY> </HTML>