summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors_events/run_NodeDaemons_svc_conf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/descriptors_events/run_NodeDaemons_svc_conf.pl')
-rwxr-xr-xCIAO/examples/Hello/descriptors_events/run_NodeDaemons_svc_conf.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/examples/Hello/descriptors_events/run_NodeDaemons_svc_conf.pl b/CIAO/examples/Hello/descriptors_events/run_NodeDaemons_svc_conf.pl
index 0b9ba5c4b6a..8cdc79b11bd 100755
--- a/CIAO/examples/Hello/descriptors_events/run_NodeDaemons_svc_conf.pl
+++ b/CIAO/examples/Hello/descriptors_events/run_NodeDaemons_svc_conf.pl
@@ -30,10 +30,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:60001 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -c rtec.conf");
-$SV2 = new PerlACE::Process ("$CIAO_ROOT/DAnCE/NodeManager/NodeManager",
+$SV2 = new PerlACE::Process ("$CIAO_ROOT/bin/NodeManager",
"-ORBEndpoint iiop://localhost:60002 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -c rtec.conf");
$SV1->Spawn ();