diff options
Diffstat (limited to 'TAO/docs/releasenotes')
-rw-r--r-- | TAO/docs/releasenotes/ec.html | 9 |
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 &</TT> -<P><TT>$ cd Event_Service ; ./Event_Service -ORBport 0 &</TT> -<P><TT>$ cd tests/Event_Latency ; ./Event_Latency -ORBport 0 -m 20 -j &</TT> +<P><TT>$ cd Naming_Service ; ./Naming_Service &</TT> +<P><TT>$ cd Event_Service ; ./Event_Service &</TT> +<P><TT>$ cd tests/Event_Latency ; ./Event_Latency -m 20 -j &</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. |