 ===============================
|       SampleCluster2	        |
 ===============================

Date: 06/03/2006
Version: v1.1

CMI client
----------
Examples of a rich java client using the CMI protocol.

Running
--------
1) cd $JONAS_ROOT/examples/sampleCluster2
2) create the directory './clientConfig'
3) copy $JONAS_ROOT/conf/carol.properties to '/clientConfig'
4) configure a carol.properties file pointing to a registry within a cluster in ./clientConfig/carol.properties.
   For instance :

carol.protocols=cmi
carol.cmi.url=cmi://dhcp0521:2032,dhcp0521:2043
carol.cmi.multicast.address=224.0.0.35:35467
carol.cmi.multicast.groupname=G1
carol.cmi.rr.factor=100
carol.cmi.stub.debug=false

5) run the clients with the following commands :
# for testing the load-balancing at the lookup
src/client/clientLBLookup.sh

# for testing the load-balancing at the home interface
src/client/clientLBHome.sh

# for testing the load-balancing at the remote interface
src/client/clientLBRemote.sh

# for testing the exception retrieving
src/client/clientException.sh

=================================================================================
