summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/README
blob: 77be4c63db32faef3b76afed71430e02e28a0860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This tests TAO's CosPropertyService implementation.

Please report bugs/comments to <alex@cs.wustl.edu> and
                                <ace-users@cs.wustl.edu>        

To compile:
==========

% make realclean all


To run:
======

% run_test.pl

OR

Run the each of NamingService, Server and Client separately within the
same host.


Naming Service:
--------------

% $TAO_ROOT/orbsvcs/NamingService/NamingService [-ORBnameserviceport <portnum>]

Server:
-----

% server        [-ORBnameserviceport <portnum>]

Client:
------
% client        [-ORBnameserviceport <portnum>]
        
<portnum> is same everywhere.