3 This example is very similar to the Explicit_Activation example except
4 that the POAs are deleted once the object references have been
5 created. After this, an adapter activator is install in the RootPOA to
6 reactivate the POAs on demand.
8 The server program is available here. Use the Generic_Servant/client
11 ________________________________________
13 To test this example, type run_test.pl
14 ________________________________________
17 ________________________________________
19 Run the server as follows:
23 This will produce three output files: output_1, output_2, and output_3
25 Run the client as follows:
27 % cd $TAO_ROOT/examples/POA/Generic_Servant
28 % ./client -f ../Adapter_Activator/output_1
29 % ./client -f ../Adapter_Activator/output_2
30 % ./client -f ../Adapter_Activator/output_3
31 ________________________________________
34 ________________________________________
36 Run the server as follows:
38 % ./server -ORBobjrefstyle URL &
40 Run the client as follows:
42 % cd $TAO_ROOT/examples/POA/Generic_Servant
47 - As soon as, the server prints out the IOR, cut it and use it for
49 ________________________________________