summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/POA/Default_Servant/README2
-rw-r--r--TAO/examples/POA/Forwarding/README14
-rw-r--r--TAO/examples/POA/Generic_Servant/README2
-rw-r--r--TAO/examples/POA/On_Demand_Activation/README2
-rw-r--r--TAO/examples/Simulator/README8
5 files changed, 14 insertions, 14 deletions
diff --git a/TAO/examples/POA/Default_Servant/README b/TAO/examples/POA/Default_Servant/README
index d64c59dbe80..e4fe4e37088 100644
--- a/TAO/examples/POA/Default_Servant/README
+++ b/TAO/examples/POA/Default_Servant/README
@@ -24,7 +24,7 @@ SERVER:
1. To run the server, type
- % server [-ORBport port] [-ORBobjrefstyle URL] [-ORBhost host]
+ % server [-ORBobjrefstyle URL]
CLIENT:
======
diff --git a/TAO/examples/POA/Forwarding/README b/TAO/examples/POA/Forwarding/README
index aea0bfe129f..0acbf8615f6 100644
--- a/TAO/examples/POA/Forwarding/README
+++ b/TAO/examples/POA/Forwarding/README
@@ -26,23 +26,23 @@ the above documentation about location forwarding.
To run the test for the POA approach do the following:
-% server -o server2 -ORBport 10040 -ORBobjrefstyle url
-% server -f server2 -o server1 -ORBport 10041 -ORBobjrefstyle url
+% server -o server2 -ORBobjrefstyle url
+% server -f server2 -o server1 -ORBobjrefstyle url
% client -f server1 -i 5
A similar invocation for the servant locator approach can be done as
follows (basically just the switches are different):
-% server -p server2 -ORBport 10040 -ORBobjrefstyle url
-% server -g server2 -p server1 -ORBport 10041 -ORBobjrefstyle url
+% server -p server2 -ORBobjrefstyle url
+% server -g server2 -p server1 -ORBobjrefstyle url
% client -g server1 -i 5
For additional features try using the first server with the POA
apporach and the second with the servant locator approach:
-% server -o server3 -ORBport 10040 -ORBobjrefstyle url
-% server -g server3 -p server2 -ORBport 10041 -ORBobjrefstyle url
-% server -f server2 -o server1 -ORBport 10043 -ORBobjrefstyle url
+% server -o server3 -ORBobjrefstyle url
+% server -g server3 -p server2 -ORBobjrefstyle url
+% server -f server2 -o server1 -ORBobjrefstyle url
% client -f server1 -i 8
The first two calls will be called on server1, then the location
diff --git a/TAO/examples/POA/Generic_Servant/README b/TAO/examples/POA/Generic_Servant/README
index 05ee0f2a18e..b7dcab67d42 100644
--- a/TAO/examples/POA/Generic_Servant/README
+++ b/TAO/examples/POA/Generic_Servant/README
@@ -19,6 +19,6 @@ Typing
To run the client, type
-% client [-ORBport port] -k IOR
+% client -k IOR
where IOR can be got from the server output.
diff --git a/TAO/examples/POA/On_Demand_Activation/README b/TAO/examples/POA/On_Demand_Activation/README
index b23a801ef6f..392210c8131 100644
--- a/TAO/examples/POA/On_Demand_Activation/README
+++ b/TAO/examples/POA/On_Demand_Activation/README
@@ -42,7 +42,7 @@ USAGE:
You can use the run_test.pl perl script or follow these directions:
-%server [-ORBport port] [-ORBobjrefstyle URL] [-f IOR file]
+%server [-ORBobjrefstyle URL] [-f IOR file]
client:
======
diff --git a/TAO/examples/Simulator/README b/TAO/examples/Simulator/README
index 0b4dd6d3db3..eaa65807e63 100644
--- a/TAO/examples/Simulator/README
+++ b/TAO/examples/Simulator/README
@@ -211,21 +211,21 @@ Starting:
script is located in $TAO_ROOT/orbsvcs/tests.
Event Supplier (simulation data):
- Event_Sup -ORBport 10040 -f MLF.dat -m 1000
+ Event_Sup -f MLF.dat -m 1000
// -m 1000 for 1000 events sent by the supplier
// -f MLF.dat to read scheduling data from this file as input
Logging Supplier (live latency and latency jitter data):
- Logging_Sup -ORBport 10040 -f MLF.dat -m 1000
+ Logging_Sup -f MLF.dat -m 1000
// -m 1000 for 1000 events sent by the supplier
// -f MLF.dat to read operation names from this file as input
Dual EC Supplier (live latency and jitter data over two channels):
- DualEC_Sup -ORBport 10040 -f MLF.dat -m 1000
+ DualEC_Sup -f MLF.dat -m 1000
// -m 1000 for 1000 events sent by the supplier
// -f MLF.dat to read operation names from this file as input
@@ -248,7 +248,7 @@ Starting:
DOVE MIB:
- DOVEMIB -ORBport 10041 -f myfile -m 100
+ DOVEMIB -f myfile -m 100
// -m 100 for storing the next 100 events
// -f <name of the file in which it will be stored>