summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-26 07:10:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-26 07:10:27 +0000
commitca569cfb823e193b7b732003dfe1f132ddfed5f0 (patch)
tree2e5eba138b255ea607b468cf024899e0214bb7c0 /TAO/orbsvcs/Naming_Service/README
parent147ffe617433b0d4b00873fce1e98f828c0150e3 (diff)
downloadATCD-ca569cfb823e193b7b732003dfe1f132ddfed5f0.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/README')
-rw-r--r--TAO/orbsvcs/Naming_Service/README25
1 files changed, 12 insertions, 13 deletions
diff --git a/TAO/orbsvcs/Naming_Service/README b/TAO/orbsvcs/Naming_Service/README
index 4504d6405b3..1fa3fe11f0b 100644
--- a/TAO/orbsvcs/Naming_Service/README
+++ b/TAO/orbsvcs/Naming_Service/README
@@ -11,23 +11,23 @@ requests to the Naming Service.
To Run:
======
- %Naming_Service [-ORBport port] [-ORBobjrefstyle url]
- [-ORBnameserviceport nsport]
+ % Naming_Service [-ORBport port] [-ORBobjrefstyle url]
+ [-ORBnameserviceport nsport]
- Arguments:
- ==========
+Arguments:
+==========
port - The ORB port
nsport - Multicast port.
- Environment Variables:
- =====================
+Environment Variables:
+=====================
NameServicePort - Multicast port.
Sample Run:
==========
- % Naming_Service -ORBport 20000 -ORBobjrefstyle url -ORBnameserviceport 19999
+ % Naming_Service -ORBport 20000 -ORBobjrefstyle url -ORBnameserviceport 19999
starting up daemon <unknown>
opening dynamic service Resource_Factory
did dynamic on Resource_Factory, error = 0
@@ -38,7 +38,6 @@ did dynamic on Server_Strategy_Factory, error = 0
listening as object <iiop:1.0//tango:20000/P35194c690003809cRootPOA/child_poa/NameService>
The multicast server setup is done.
-
NameService Client:
==================
@@ -53,7 +52,7 @@ overridden by these 2 ways.
2. setting the env. variable 'NameService'.
-For example if a client wants to use the Naming_Service from the
+For example if a client wants to use the Naming_Service from the
sample run it would be like,
%client -ORBnameserviceior
@@ -63,14 +62,14 @@ or set the environment variable,
in a tcsh ,
- setenv NameService <iiop:1.0//tango:20000/P35194c690003809cRootPOA/child_poa/NameService>
+ % setenv NameService <iiop:1.0//tango:20000/P35194c690003809cRootPOA/child_poa/NameService>
and then run the client,
- %client <.. client's arguments>
+ % client <.. client's arguments>
- These methods might be needed in an environment where there
-is more than one NamingService to avoid the confusion of a server
+ These methods might be needed in an environment where there is
+more than one NamingService to avoid the confusion of a server
registering its object with one NamingService and the client getting
the reply from some other NamingService.