This directory contains two programs that demonstrate how to use the
naming service. The 'server' program creates a number of bindings in
the naming service, and the 'client' program resolves them. 

You can use the 'run' script on Unix to run the demonstration, or you
can start the programs manually. The only requirement for running the
programs is that they must be able to obtain the naming service initial
reference, so you need to use the -ORBservice or -ORBconfig options as
described in the ORBacus User's Guide.

For example, assuming the naming service is running on 'myhost' and
is listening on port 5000, you can start the server using:

   server -ORBservice NameService iiop://myhost:5000/DefaultNamingContext

And in another window, start the client like this:

   client -ORBservice NameService iiop://myhost:5000/DefaultNamingContext

Please refer to the ORBacus User's Guide for a detailed discussion of
these programs.
