FIPA-OS IOR Viewer 1.1 ====================== The FIPAOS IOR Viewer will parse and display the information contained within a CORBA IOR. This information includes the host, port and interface definition of the IOR. To use the IOR Viewer simply run the following command: java aw.comms.IOR [options] filename where filename is the full path and file name, or URL, of a file containing the IOR to read. The file must contain either the IOR by itself or an IOR prefixed by a platform address (such as the interoperability files written by FIPA-OS to web servers). Command line options are: -v Verbose output - the information displayed will also include the object key, endianness and TAG type of the IOR -h, -help, -? or /h, /help, /? Displays usage information. This option can be specified with no filename. Examples of using this tool are: IORViewer ior.txt IORViewer -v C:\fipa-os\tools\ior.txt IORViewer http://webserver/platforms/host-domain-com-9000-acc Notes: 1. A batch/script file is included with FIPA-OS that will ease execution of this tool by configuring your class path and running the class (fipa-os\tools\IORViewer[.bat]). 2. The IOR Viewer will only accept IORs from a file.