diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2010-06-09 18:30:35 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2010-06-09 18:30:35 +0000 |
commit | 50efde4da26662f9195fba9586a3cb8621022def (patch) | |
tree | 3726e61f44a57be8d41bb083c7cc36a00e4f1342 /CIAO/docs | |
parent | 0509f85515d73c19f69889a140c708358ed2cc3e (diff) | |
download | ATCD-50efde4da26662f9195fba9586a3cb8621022def.tar.gz |
Wed Jun 9 18:30:00 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl:
Use dance_locality_manager instead of NodeApplication.
Diffstat (limited to 'CIAO/docs')
-rwxr-xr-x | CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl b/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl index 76b72fefe4f..a0a8fae1f30 100755 --- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl +++ b/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl @@ -32,10 +32,10 @@ $CIAO_ROOT=$ENV{'CIAO_ROOT'}; $DANCE_ROOT=$ENV{'DANCE_ROOT'}; $SV1 = $tg_deamons->CreateProcess ("$DANCE_ROOT/bin/dance_node_manager", - "-ORBEndpoint iiop://localhost:30000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -d 1000"); + "-ORBEndpoint iiop://localhost:30000 -s $DANCE_ROOT/DAnCE/bin/dance_locality_manager -d 30"); $SV2 = $tg_deamons->CreateProcess ("$DANCE_ROOT/bin/dance_node_manager", - "-ORBEndpoint iiop://localhost:40000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -d 1000"); + "-ORBEndpoint iiop://localhost:40000 -s $DANCE_ROOT/bin/dance_locality_manager -d 30"); $SV1->Spawn (); $SV2->Spawn (); |