summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-06-10 14:10:39 +0000
committermsmit <msmit@remedy.nl>2009-06-10 14:10:39 +0000
commitaf50dde1897907d6cacd5800980ef4b6a82de493 (patch)
tree32edea4442c3c0be868c1dc4c8b79e96604b71c6 /modules/CIAO/examples
parent2cbf623b0e932fddeaaeeb8fc88d923e8ed3667d (diff)
downloadATCD-af50dde1897907d6cacd5800980ef4b6a82de493.tar.gz
Wed Jun 10 14:01:33 UTC 2009 Marcel Smit <msmit@remedy.nl>
* DAnCE/ExecutionManager/ExecutionManager_Module.cpp: * DAnCE/NodeManager/Node_Manager_Module.cpp: * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp: * DAnCE/RepositoryManager/Repository_Manager_Module.cpp: Normalized "usage" texts. * DAnCE/TargetManager/DomainDataManager.h: * DAnCE/TargetManager/DomainDataManager.cpp: * DAnCE/TargetManager/ResourceCommitmentManager.cpp: * DAnCE/TargetManager/TargetManager_exec.h: * DAnCE/TargetManager/TargetManager_exec.cpp: DomainDataManager is now an ACE_Singleton class. Removed function like create-, get- and destroy data manager. * examples/Hello/step-by-step.html: Used "DANCE_ROOT" in stead of CIAO_ROOT/DAnCE" and changed the domain-nc value.
Diffstat (limited to 'modules/CIAO/examples')
-rw-r--r--modules/CIAO/examples/Hello/step-by-step.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/CIAO/examples/Hello/step-by-step.html b/modules/CIAO/examples/Hello/step-by-step.html
index d9191b9665b..e40fb3fbee3 100644
--- a/modules/CIAO/examples/Hello/step-by-step.html
+++ b/modules/CIAO/examples/Hello/step-by-step.html
@@ -181,7 +181,7 @@ Finally you are ready to deploy the component-based application you have develop
<ol>
<li>Using the naming service to locate the node deamons<br/>
Navigate to <em>$CIAO_ROOT/examples/Hello/descriptor</em> and execute
- <code>$DANCE_ROOT/bin/dance_execution_manager -eEM.ior --domain-nc ns.ior</code><br/>
+ <code>$DANCE_ROOT/bin/dance_execution_manager -eEM.ior --domain-nc file://ns.ior</code><br/>
--domain-nc should point to the ior file of the naming service.
</li>
@@ -204,7 +204,7 @@ Finally you are ready to deploy the component-based application you have develop
</li>
<li>Without using the naming service<br/>
Navigate to <em>$CIAO_ROOT/examples/Hello/descriptors</em> and execute:<br/>
- <code> $CIAO_ROOT/DAnCE/bin/dance_plan_launcher -x deploymentplan.cdp -k file://EM.ior </code><P>
+ <code> $DANCE_ROOT/bin/dance_plan_launcher -x deploymentplan.cdp -k file://EM.ior </code><P>
</li>
After this, components should be deployed successfully.<P>
</ol>