summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/README
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-27 21:18:12 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-27 21:18:12 +0000
commit6be4ce5d4655f19e4ad98b993f3ac96939aa1a39 (patch)
treefde57f5176f255b1da4eb9a0e585b5c9ac5a482d /TAO/tests/InterOp-Naming/README
parent4c739c3303696ad5878232d7cc75520938698d82 (diff)
downloadATCD-6be4ce5d4655f19e4ad98b993f3ac96939aa1a39.tar.gz
ChangeLogTag: Mon Nov 27 13:16:06 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tests/InterOp-Naming/README')
-rw-r--r--TAO/tests/InterOp-Naming/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tests/InterOp-Naming/README b/TAO/tests/InterOp-Naming/README
index 793763368fd..ed9ac3e139c 100644
--- a/TAO/tests/InterOp-Naming/README
+++ b/TAO/tests/InterOp-Naming/README
@@ -16,7 +16,7 @@ The test server adds the argument specified with the -i option and the
IOR of the INS_i servant to the IOR table. The test client calls
resolve_initial_references on argv[1].
-TEST 1: Single Profile iioplocs using -ORBInitRef
+TEST 1: Single Profile corbalocs using -ORBInitRef
InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
// -i Adds the ins:IOR mapping to
@@ -24,10 +24,10 @@ InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
// -n Use the Naming Service.
InterOp-Naming> INS_test_client arbit_service \
- -ORBInitRef "arbit_service=iioploc://1.0@<host-name>:<port>/ins"
+ -ORBInitRef "arbit_service=corbaloc:iiop:<host-name>:<port>/ins"
-TEST 2: Multiple Profile iioplocs using -ORBInitRef
+TEST 2: Multiple Profile corbalocs using -ORBInitRef
InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
@@ -36,12 +36,12 @@ InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
// -n Use the Naming Service.
InterOp-Naming> INS_test_client arbit_service \
- -ORBInitRef "arbit_service=iioploc://1.0@<host-name>:<port>/ins,
+ -ORBInitRef "arbit_service=corbaloc://1.0@<host-name>:<port>/ins,
1.0@<host-name2>:<port2>/key,
...
1.0@<host-namen>:<portN>/key"
-TEST 3: Single Profile iioploc using -ORBDefautlInitRef
+TEST 3: Single Profile corbaloc using -ORBDefautlInitRef
InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
@@ -50,9 +50,9 @@ InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
// -n Use the Naming Service.
InterOp-Naming> INS_test_client ins \
- -ORBDefaultInitRef "iioploc://1.0@<host-name>:<port>"
+ -ORBDefaultInitRef "corbaloc:://1.0@<host-name>:<port>"
-TEST 4: Multiple Profile iioploc using -ORBDefaultInitRef
+TEST 4: Multiple Profile corbaloc using -ORBDefaultInitRef
InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
@@ -61,7 +61,7 @@ InterOp-Naming> INS_test_server -i ins -nd -ORBobjrefstyle url
// -n Use the Naming Service.
InterOp-Naming> INS_test_client \
- -ORBDefaultInitRef "iioploc://1.0@<host-name>:<port>,
+ -ORBDefaultInitRef "corbaloc:://1.0@<host-name>:<port>,
1.0@<host-name2>:<port2>,
...
1.0@<host-namen>:<portN>"