Files
PolyORB/examples/dsa/README
Pablo Oliveira c33ad0d417 Updated dsa example to cope with the new elaboration of PolyORB DSA.
Added comment in README to explain of to run example with the
termination
  manager.

[Imported from Perforce change 10203 at 2006-12-01 22:51:42]

Subversion-branch: /trunk/polyorb
Subversion-revision: 37664
2006-06-30 18:58:29 +00:00

22 lines
819 B
Plaintext

README for the PolyORB Ada 95 Distributed Systems Annex example
---------------------------------------------------------------
$Id$
To run this demo, you need to:
1. Run a CORBA COS Naming server, for example PolyORB's 'po_cos_naming'
located in the cos/naming directory.
2. Set the POLYORB_DSA_NAME_SERVICE environment variable to the IOR or URL of
the naming context of the COS Naming server in which DSA packages shall
be registered.
3. If you want to use the termination manager, you must set either the client, or the
server as the termination initiator.
o Copy the binary 'server' OR the binary 'client' to a separate location.
o Copy the file src/polyorb.conf to this location.
o Set to true the parameter [dsa]termination_initiator
4. Then, run 'server' and 'client' programs.