summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/start_services
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-23 23:02:07 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-23 23:02:07 +0000
commit3ef51517e1377ec1ba77456903eff259280f87da (patch)
tree4a902df32b1166a8763158c593d90bb7c1ffc2b3 /TAO/orbsvcs/tests/start_services
parent6fe218366e41999aad5cc261fef8c5f356d854c4 (diff)
downloadATCD-3ef51517e1377ec1ba77456903eff259280f87da.tar.gz
ChangeLogTag:Tue Jun 23 17:30:14 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/start_services')
-rwxr-xr-xTAO/orbsvcs/tests/start_services14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/start_services b/TAO/orbsvcs/tests/start_services
index 4f1afd22272..cac00c6fcf1 100755
--- a/TAO/orbsvcs/tests/start_services
+++ b/TAO/orbsvcs/tests/start_services
@@ -55,14 +55,14 @@ if [ -s /tmp/pids$login ]; then
kill $pids
fi
-#### stop here if "ss clean" was called
+#### stop here if "start_services clean" was called
if [ "$1" -a "$1" = 'clean' ]; then
exit
fi
echo // Initializing the log file
-echo // Logfile for the script "ss" which startes Name, Scheduling and Event Service > /tmp/logfile_$login
+echo // Logfile for the script which startes Name and Event Service > /tmp/logfile_$login
nameserviceport=0
schedulerserviceport=0
@@ -84,13 +84,13 @@ echo // The IOR of the Naming Service: $IOR
echo // Started Naming Service on port $nameserviceport
-cd $TAO_ROOT/orbsvcs/Scheduling_Service
-echo $ ./Scheduling_Service -ORBnameserviceior $IOR -ORBport $schedulerserviceport >> /tmp/logfile_$login
-./Scheduling_Service -ORBnameserviceior $IOR -ORBport $schedulerserviceport > /tmp/logfile_Scheduling_Service_$login 2>&1 &
+# cd $TAO_ROOT/orbsvcs/Scheduling_Service
+#echo $ ./Scheduling_Service -ORBnameserviceior $IOR -ORBport $schedulerserviceport >> /tmp/logfile_$login
+#./Scheduling_Service -ORBnameserviceior $IOR -ORBport $schedulerserviceport > /tmp/logfile_Scheduling_Service_$login 2>&1 &
-sleep 5
+# sleep 5
-echo // Started Scheduling Service on port $schedulerserviceport
+# echo // Started Scheduling Service on port $schedulerserviceport
cd $TAO_ROOT/orbsvcs/Event_Service
echo $ ./Event_Service -ORBnameserviceior $IOR -ORBport $eventserviceport >> /tmp/logfile_$login