Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / POA / Reference_Counted_Servant / README
blob0558dbeedff697e9a3fd315b9e35339e90ef3584
3 This application demostrates reference counted servants.
5 The server program is available here. Use the Generic_Servant/client
6 program to test this.
8 ________________________________________
10 To test this example, type run_test.pl
11 ________________________________________
14 ________________________________________
16 Run the server as follows:
18 % ./server -f output
20 This will produce a file named output which will contain the ior.
22 Run the client as follows:
24 % cd $TAO_ROOT/examples/POA/Generic_Servant
25 % ./client -f ../Reference_Counted_Servant/output
26 ________________________________________
29 ________________________________________
31 Run the server as follows:
33 % ./server -ORBobjrefstyle URL &
35 Run the client as follows:
37 % cd $TAO_ROOT/examples/POA/Generic_Servant
38 % ./client -k <IOR>
40 Comments :
41 =========
42  - As soon as, the server prints out the IOR, cut it and use it for
43 running the client.
44 ________________________________________