Files
Thomas Quinot 8ce21755dd Make client main subprogram shareable across standalone testbed
(client.adb) and gnatdist-based one (testbed.cfg).

[Imported from Perforce change 9603 at 2006-12-01 21:47:14]

Subversion-branch: /trunk/polyorb
Subversion-revision: 37084
2005-10-04 15:55:30 +00:00
..
2005-09-26 14:38:12 +00:00
2004-09-21 16:38:18 +00:00

README for the PolyORB Ada 95 Distributed Systems Annex example
---------------------------------------------------------------

$Id$

To run this demo without gnatdist, 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_NAMING_IOR environment variable to the IOR of the
   naming context of the COS Naming server in which DSA packages shall
   be registered.

3. then run 'server' and 'client' programs.