How to use RMI to access xmlBlaster
-----------------------------------

Add the driver to xmlBlaster.properties, this example starts
the CORBA and the RMI server

   ProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.RmiDriver
   CbProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.CallbackRmiDriver

Adjust the security policy file if you like to (it is currently totaly relaxed):

   xmlBlaster/config/xmlBlaster.policy

Start the server:

   java -Djava.security.policy=${XMLBLASTER_HOME}/config/xmlBlaster.policy org.xmlBlaster.Main

And the demo client:

   java -Djava.security.policy=${XMLBLASTER_HOME}/config/xmlBlaster.policy  javaclients.rmi.ClientGet
