README for the "iiop" example directory.
$Id: README,v 1.2 1997/02/08 01:51:07 janssen Exp $

[ Copyright (c) 1997 Xerox Corporation.  All Rights Reserved.  

  Unlimited use, reproduction, and distribution of this software is
  permitted.  Any copy of this software must include both the above
  copyright notice of Xerox Corporation and this paragraph.  Any
  distribution of this software must comply with all applicable United
  States export control laws.  This software is made available AS IS,
  and XEROX CORPORATION DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE, AND NOTWITHSTANDING ANY OTHER
  PROVISION CONTAINED HEREIN, ANY LIABILITY FOR DAMAGES RESULTING FROM
  THE SOFTWARE OR ITS USE IS EXPRESSLY DISCLAIMED, WHETHER ARISING IN
  CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, EVEN IF
  XEROX CORPORATION IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ]


This directory contains a simple example which exercises the IIOP
support in ILU, according to the test pattern originally developed
by David Brownell for the Sun IIOP example code.  Here's how to
run it:

  % ilumkmf
  % make
  <various make commands omitted here...>
  % ./server &
  exported IOR:0000000000000020696C753A70504175564F684978357458455A75534D513679665665362D5A720000000002494C550000000063000100000000005B696C753A49494F5054657374315365727665722F6F626A3B696C7525334170504175564F684978357458455A75534D513679665665362D5A723B69696F705F315F305F31407463705F31332E312E3130312E32365F353831343500000000000000000054000100000000000C31332E312E3130312E323600E321000000000038696C7500696C753A70504175564F684978357458455A75534D513679665665362D5A720049494F505465737431536572766572006F626A00
  [1] 6272
  % ./client
  22 tests run.  0 errors.
  % ./client -n 10
  220 tests run.  0 errors.
  % ./client -n 10 -O 'IOR:0000000000000020696C753A70504175564F684978357458455A75534D513679665665362D5A720000000002494C550000000063000100000000005B696C753A49494F5054657374315365727665722F6F626A3B696C7525334170504175564F684978357458455A75534D513679665665362D5A723B69696F705F315F305F31407463705F31332E312E3130312E32365F353831343500000000000000000054000100000000000C31332E312E3130312E323600E321000000000038696C7500696C753A70504175564F684978357458455A75534D513679665665362D5A720049494F505465737431536572766572006F626A00'
  220 tests run.  0 errors.
  %

