summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Explicit_Activation/README
blob: c167476cc8bd1ec2a233c662a8a6b0cd0b4add2f (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
// $Id$

-----

!!!!!!!!!!!!   Bug   !!!!!!!!!!!
Currently, this application has some bugs. The _narrow function at the
server fails.  
It will be fixed soon.
!!!!!!!!!!!!   BUG   !!!!!!!!!!!

This application demostrates various operations that can be used for
explicit activation of Servant objects.

The server program is available here. Use the Generic_Servant/client
program to test this.

Run the server as follows:

% ./server -ORBobjrefstyle URL &


Run the client as follows:

% cd $TAO_ROOT/tests/POA/Generic_Servant
% ./client -k <IOR>


Comments : 
=========

 - As soon as, the server prints out the IOR, cut it and use it for
running the client.
---------