*******************************************************************************
*                                                                             *
*                      Installation of JASMINe monitoring                     *
*                                                                             *
*******************************************************************************

JASMINe Monitoring is composed of  :

- an eventswitch providing JMX probes (MBeanCmd), monitoring messages routing
    and a DB persistence module
- a resource adapter providing a pool of JMX connections

****************** 
* Requirements
******************

- JOnAS 4.x (tested on JOnAS 4.8.6) or JOnAS 5.x (tested on JOnAS 5.0.4)
   note : To run JASMINe monitoring on JonAS 5.x, you need to compile the
            project with the maven profile jonas5 (mvn -Pjonas5 install).
          By default, the project is built for JOnAS 4.x

- Easybeans
   note : For JOnAS 4.x, use the resource adapter available at 
            http://www.easybeans.net/xwiki/bin/view/Main/Downloads
          Easybeans is also provided in JASMINe control assembly.
          Easybeans is already installed in the JOnAS 5.x distribution


****************** 
* Installation
******************

1) Generate and install the JMX connections pool adapter (as explained in the 
     README file in jmxconnectionpooladapter-assembly-jmxadapter folder).

2) Configure, generate the EAR and install the Eventswitch (read README in 
     eventswitch-assembly-for-jonas).

3) Configure the property jonas.service.resource.resources of 
     JONAS_BASE/conf/jonas.properties as follow : 

  jonas.service.resource.resources 
    jmxadapter_for_jonas.rar,JMXGeneratedRA.rar,eventswitch-rar-1.1.2.rar  

4 ) Start JOnAS