Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / POA / Explicit_Activation / README
blob9da730b2b6991a11c1afe6296eb243c8ecc1532b
3 This application demostrates explicit activation of Servant objects.
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 three output files: output_1, output_2, and output_3
22 Run the client as follows:
24 % cd $TAO_ROOT/examples/POA/Generic_Servant
25 % ./client -f ../Explicit_Activation/output_1
26 % ./client -f ../Explicit_Activation/output_2
27 % ./client -f ../Explicit_Activation/output_3
28 ________________________________________
31 ________________________________________
33 Run the server as follows:
35 % ./server -ORBobjrefstyle URL &
37 Run the client as follows:
39 % cd $TAO_ROOT/examples/POA/Generic_Servant
40 % ./client -k <IOR>
42 Comments :
43 =========
44  - As soon as, the server prints out the IOR, cut it and use it for
45 running the client.
46 ________________________________________