To run this example using David RMI:

- Set OBJECTWEB_ORB to DAVID

- Set Classpath:
    . $JONAS_ROOT/bin/unix/config_env

- Update ClientAccount.java (there are some lines to uncomment)

- Compile the example via ant task (in examples/scr/eb)

- Update the file $JONAS_BASE/conf/jndi.properties which is used to locate RmiRegistry

- Update the file davidclt/jndi.properties which is used to locate the CosNaming

- Launch the CosNaming and RmiRegistry:
    registry port1 port2
    port1 is the port used by the CosNaming
    port2 is the port used by RmiRegistry
    If you ommit these parameters the default ports will be used (14727 for CosNaming and
    1099 for RmiRegistry). The ports must be coherent with the jndi.properties files.

- Launch the server (in examples/src/eb):
    jonas start -cnhost <your_host> -cnport <your_port>
	where <your_host> and <your_port> are used to locate the CosNaming.
    Wait for complete initialization.

- Launch the client (in examples/src/eb/davidclt)
    EJBClient host port eb.ClientAccount AccountImplHome or
    EJBClient host port eb.ClientAccount AccountExplHome
    where host and port are used to locate the CosNaming.
	
