3 This Tk interface to the Notify Service Monitor requires opalORB v0.0.3 or
4 later which can be downloaded from http://sourceforge.net/projects/opalorb/
6 It will require some form of make (GNU make, nmake, Borland make, etc.)
7 You must have the TAO_ROOT environment variable set to the full path of the
8 TAO directory and you must also have the OPALORB_ROOT environment variable
9 set to the full path of opalORB. Then run make. It will generate the stubs
10 and at that point you are ready to run monitor.pl -ORBInitRef NameService=...
12 By default, the monitor interface will use the Name Service to locate the
13 monitor service. However, an IOR can be passed as the first parameter to
14 monitor.pl to designate the location of the monitor service. This can be
15 any one of the opalORB supported IOR formats. See
16 http://opalorb.sourceforge.net/CORBA/ORB.html for supported formats.