This directory contains a simple ILU version of the 'nbind' program, which
also appears in ../naming.

To build this, run ilumkmf and do make.  If you have ILU properly installed,
all should go well.


To test an ILU program calling an OTL program, run ../naming/name_server.
It should print out something like:

	eelvis% ./name_server
	Created channel eelvis.cc.gatech.edu@40279@00200d9000000000
	No other members of group found.
	IIOP name is iiop:1.0//eelvis.cc.gatech.edu:40280/0000000000201470

Take the IIOP URL above (starting with "iiop:" to the end of the line) and
supply it as the object argument to "nbind -O".


To test an OTL program making IIOP calls, run 
	"$(ILUHOME)/bin/ILUCosNaming -ior"
This runs an ILU Cos Name server and prints out an IOR-style object
reference.  Grab the IOR reference (long string starting with "IOR:") and
supply it as an argument to ../naming/nbind.  You should see the same sorts
of results that you see from the local nbind, I.E. four lines like:
	/blort
	/test_name
	/subdir
	subdir/blort2

