Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / orbsvcs / examples / ImR / Combined_Service / readme
blobed737d5ff058530b51f424cb35785e987564794f
3 Test Description:
5 The test consists of several processes and the usual run_test.pl script.
7 controller.exe -- This is a simple corba wrapper around the ServiceConfigurator
8                   which takes -c <cmd> and -r options to run a command and
9                   reload the conf file respectively.
11 combined_service.exe -- It combines the tao imr locator, activator, and a dynamic
12                         server in a single process. You can use any service
13                         configurator command line options, and it also writes
14                         out a combined.ior file that can be use d with the controller above.
16 test_server.exe -- This is a simple tao server that exposes two imr-ified objects
17                    called TestObject1 and TestObject2. You must start it with
18                    -orbuseimr 1 as usual.
20 dynserver.dll -- This is the same server as above, except for use with the ServiceConfigurator.
21                  It exposes DynObject1 and DynObject2. This program is not currently used as
22                  part of the run_test.pl
24 test.exe -- This is a simple client that invokes the test() operation on the Test object.
25             Start it with -orbinitref Test=... It can be used against any of the
26             four objects above.
28 There are also comments within the run_test.pl that describe the
29 test and expected results at various stages.