summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/ior_corbaname/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/tests/ior_corbaname/README')
-rw-r--r--trunk/TAO/orbsvcs/tests/ior_corbaname/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/tests/ior_corbaname/README b/trunk/TAO/orbsvcs/tests/ior_corbaname/README
new file mode 100644
index 00000000000..75035230361
--- /dev/null
+++ b/trunk/TAO/orbsvcs/tests/ior_corbaname/README
@@ -0,0 +1,32 @@
+// $Id$
+
+Here is a simple to test the corbaname: style URL. The simple way to
+test is to run the run_test.pl.
+
+To test manually:
+
+1. Run the NamingService at a specified endpoint.
+
+ $NamingService -ORBEndPoint iiop://doc.ece.uci.edu:12345 &
+
+2. Run the server.
+
+ ./server &
+
+3. Run the client as one of these.
+
+ a) ./client corbaname:doc.ece.uci.edu:12345
+
+ CORBANAME style URL is used and the protocol used to
+ contact the naming context is <iiop> implicitly.
+
+ b) ./client corbaname::iiop:doc.ece.uci.edu:12345
+
+ CORBANAME style URL is used and the protocol used to
+ contact the naming context is <iiop>.
+
+
+ c) ./client corbaname:rir:
+
+ CORBANAME style URL is used and the protocol used to
+ contact the naming context is <rir>.