Yes, you can just try this with the demo/Ice/hello demo. If you take a look at the config file you'll find the following lines at the end:
Code:
#
# Uncomment the following lines if you want to run this demo with the
# IcePack registry. Note that we override properties previously set
# above, so make sure to comment out these properties to run the demo
# without IcePack.
#
#Hello.Proxy=hello@HelloAdapter
#Hello.Endpoints=tcp:udp:ssl
#Hello.AdapterId=HelloAdapter
#Ice.Default.Locator=IcePack/Locator:default -p 10006
These properties configure the server and client to use indirect binging. Uncomment these lines and then to run the demo:
Code:
$ cd Ice-2.1.1/demo/Ice/hello
$ icepackregistry --Ice.Config=config
$ ./server
$ ./client
Hope this helps!
Benoit.