*******************************************************************************
*                                                                             *
*                           JASMINe Deployment                                *
*                                                                             *
*******************************************************************************

The JASMINe deployment module is composed of : 

- Jade (JadeBoot & JadeNode).
- An OBR (OSGi Bundle Repository) containing bundles which can be deployed 
    on Jade.
- A JavaEE module which is the bridge between JASMINe Design and Jade.

********************
* Jade
********************

JadeBoot has to be started before JadeNodes.

*** Configuration ***

- jadeboot-x.y.z/conf/system.properties
   jonathan.connectionfactory.host : specify IP hosting JadeBoot (avoid 
      'localhost'). 
   if the OBR runs on a web server behind a proxy, set http proxy properties.
  
- jadeboot-x.y.z/conf/config.properties
   obr.repository.url : see 'The OBR' section
   jadeboot.registry.host
   jadeboot.discovery.host
  
- jadenode-x.y.z/conf/system.properties : idem JadeBoot.
  
- jadenode-x.y.z/conf/config.properties
   obr.repository.url
   jadeboot.registry.host
   jadeboot.discovery.host

*** Start ***

jadeboot.[bat|sh]
jadenode.[bat|sh]

********************
* The OBR
********************

Should be accessible by Jadenodes through local filesystem, ntfs 
  or HTTP server.
  
Jadenode needs to know the URL of the OBR. You can specify it with the 
  obr.repository.url property in the conf/config.properties file.

********************
* JASMINe Design connection
********************

You just have to install it on the JASMINe control node (see README file of 
  JASMINe control for configuration).
  
You can use install.[bat|sh] which copy the EAR in $JONAS_BASE/easybeans-deploy