summaryrefslogtreecommitdiff
path: root/TAO/docs/releasenotes
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 00:38:37 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 00:38:37 +0000
commit643484eecbc289dd39c134de495b6f66a841e75c (patch)
tree85bcdebb7c00475d603c52ef99c113f5aeda0e60 /TAO/docs/releasenotes
parent7dca8cb957091b58ad98e3e0e03f14f3f6f26738 (diff)
downloadATCD-643484eecbc289dd39c134de495b6f66a841e75c.tar.gz
ChangeLogTag:Mon May 31 19:32:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/docs/releasenotes')
-rw-r--r--TAO/docs/releasenotes/ec.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/docs/releasenotes/ec.html b/TAO/docs/releasenotes/ec.html
index a78acc6c6fe..00a0b54f316 100644
--- a/TAO/docs/releasenotes/ec.html
+++ b/TAO/docs/releasenotes/ec.html
@@ -92,13 +92,12 @@ Compile everything under <TT>$TAO_ROOT/orbsvcs</TT>, this needs, obviously,
and the IDL compiler in <TT>$TAO_ROOT/TAO_IDL</TT>.</LI>
<P>Run the naming service, the scheduling service, the event service and
-the test in <TT>$TAO_ROOT/TAO/orbsvcs/tests/Event_Latency</TT>; remember
-to give a different port to each one, using the <TT>-ORBport</TT> option.
+the test in <TT>$TAO_ROOT/TAO/orbsvcs/tests/Event_Latency</TT>.
As in:
<P><TT>$ cd $TAO_ROOT/orbsvcs</TT>
-<P><TT>$ cd Naming_Service ; ./Naming_Service -ORBport 10000 &amp;</TT>
-<P><TT>$ cd Event_Service ; ./Event_Service -ORBport 0 &amp;</TT>
-<P><TT>$ cd tests/Event_Latency ; ./Event_Latency -ORBport 0 -m 20 -j &amp;</TT>
+<P><TT>$ cd Naming_Service ; ./Naming_Service &amp;</TT>
+<P><TT>$ cd Event_Service ; ./Event_Service &amp;</TT>
+<P><TT>$ cd tests/Event_Latency ; ./Event_Latency -m 20 -j &amp;</TT>
<P>You may want to run each program in a separate window. Try using a fixed
port number for the <TT>Naming Service</TT> so you can use the <TT>NameService</TT>
environment variable.