3 This application demostrates explicit activation of Servant objects.
5 The server program is available here. Use the Generic_Servant/client
8 ________________________________________
10 To test this example, type run_test.pl
11 ________________________________________
14 ________________________________________
16 Run the server as follows:
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
44 - As soon as, the server prints out the IOR, cut it and use it for
46 ________________________________________