3 This program tests the basic FT IOGR implementation. The aim is to set
4 a primary server and see whether the client gives preference to
5 contact a primary for its first invocation. When the primary is killed
6 it contacts the secondary for next invocation.
8 Two copies of the server are started. A manager is then to merge these
9 two iors and designate the second as primary. The merged IOR is then
10 written to another file. This merged IOR is then used to make
11 invocations on the server.
14 Run the application as follows:
16 $./server -o <file1.ior>
17 $./server -o <file2.ior>
18 $./Manager -a file://<file1.ior> -b file://<file2.ior> -c <output.ior>
20 Due to teh transparent reinvocation functaionality for FT CORBA, the
21 application would switch to the new profile without throwing an
22 exception to the application.