summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/StaticConfigurator/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/StaticConfigurator/README')
-rw-r--r--TAO/CIAO/DAnCE/StaticConfigurator/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/CIAO/DAnCE/StaticConfigurator/README b/TAO/CIAO/DAnCE/StaticConfigurator/README
index 76d3c83f48f..e42c1099cfd 100644
--- a/TAO/CIAO/DAnCE/StaticConfigurator/README
+++ b/TAO/CIAO/DAnCE/StaticConfigurator/README
@@ -3,7 +3,7 @@ Please see $CIAO_ROOT/docs/static_dance.html for details.
To run the static version of Hello example, do the following,
1. Build ACE+TAO+CIAO statically
-2. Build $CIAO_ROOT/examples/Hello
+2. Build $CIAO_ROOT/examples/Hello
3. Generate the static function entrypoints (plan.h)
> cd $CIAO_ROOT/examples/Hello/descriptors
> $CIAO_ROOT/DAnCE/StaticConfigurator/StaticDAnCEParser -p flattened_deploymentplan_without_ns.cdp
@@ -14,15 +14,15 @@ To run the static version of Hello example, do the following,
> cp StaticDAnCEApp.mpc.tmpl StaticDAnCEApp.mpc
> $ACE_ROOT/bin/mwc.pl
> make
-5. Run the static node managers. Note that the ORBEndpoint values should
+5. Run the static node managers. Note that the ORBEndpoint values should
correspond to the ones in $CIAO_ROOT/examples/Hello/descriptors/TestNodeManagerMap.dat
> cd $CIAO_ROOT/DAnCE/StaticConfigurator
> ./StaticDAnCEApp -ORBEndpoint iiop://localhost:60001 &
> ./StaticDAnCEApp -ORBEndpoint iiop://localhost:60002 &
-6. Do the deployment. This is just the same as the non-static version of DAnCE
- except that we have the NodeManagers already running and need not spawn node
- managers. To accomplish this, change
- $CIAO_ROOT/examples/Hello/descriptors/run_test_without_ns.pl
+6. Do the deployment. This is just the same as the non-static version of DAnCE
+ except that we have the NodeManagers already running and need not spawn node
+ managers. To accomplish this, change
+ $CIAO_ROOT/examples/Hello/descriptors/run_test_without_ns.pl
to *not* run the node manager daemons and do the following.
> cd $CIAO_ROOT/examples/Hello/descriptors
> ./run_test_without_ns.pl