summaryrefslogtreecommitdiff
path: root/CIAO/docs
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-02-27 02:59:10 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-02-27 02:59:10 +0000
commit75f1d9fe25d42d7b2ba9dc14ed6d7abb405c7202 (patch)
tree9831acfa624b148355779dd6b3cba21ddb5d0f01 /CIAO/docs
parenta746ee35cd4aa6a43dbf8a2e4ce4c84439a2edc6 (diff)
downloadATCD-75f1d9fe25d42d7b2ba9dc14ed6d7abb405c7202.tar.gz
ChangeLogTag:Tue Feb 27 03:00:25 UTC 2007 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'CIAO/docs')
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl4
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 7437f0ed341..cdcc4e7657f 100644
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl
+++ b/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl
@@ -28,10 +28,10 @@ unlink $iorfile2;
$CIAO_ROOT=$ENV{'CIAO_ROOT'};
-$SV1 = new PerlACE::Process ("$CIAO_ROOT/DAnCE/NodeManager/NodeManager",
+$SV1 = new PerlACE::Process ("$CIAO_ROOT/bin/NodeManager",
"-ORBEndpoint iiop://localhost:30000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication");
-$SV2 = new PerlACE::Process ("$CIAO_ROOT/DAnCE/NodeManager/NodeManager",
+$SV2 = new PerlACE::Process ("$CIAO_ROOT/bin/NodeManager",
"-ORBEndpoint iiop://localhost:40000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication");
$SV1->Spawn ();