JBoss.orgCommunity Documentation

Chapter 2. Setup

2.1. Pre-Install Requirements and Prerequisites
2.1.1. Hardware Requirements
2.1.2. Software Prerequisites
2.2. Mobicents JAIN SLEE SleeConnectivity Example Source Code
2.2.1. Release Source Code Building
2.2.2. Development Trunk Source Building
2.3. Installing Mobicents JAIN SLEE SleeConnectivity Example
2.4. Uninstalling Mobicents JAIN SLEE SleeConnectivity Example
2.5. Configuring the Java EE server to interact with a remote JAIN SLEE

Ensure that the following requirements have been met before continuing with the install.

  1. Downloading the source code

    Use SVN to checkout a specific release source, the base URL is http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/slee-connectivity, then add the specific release version, lets consider 2.4.0.FINAL.

    [usr]$ svn co http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/slee-connectivity/2.4.0.FINAL slee-example-slee-connectivity-2.4.0.FINAL
  2. Building the source code

    Important

    Maven 2.0.9 (or higher) is used to build the release. Instructions for using Maven2, including install, can be found at http://maven.apache.org

    Use Ant to build the binary.

    				    [usr]$ cd slee-example-slee-connectivity-2.4.0.FINAL
    				    [usr]$ mvn install
    				    

    Once the process finishes you should have the JAIN SLEE deployable-unit jar file in the slee/du/target directory, and JMX Client in the javaee/beans/target directory.

Similar process as for Section 2.2.1, “Release Source Code Building”, the only change is the SVN source code URL, which is http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/slee-connectivity.

To install just copy the JMX Client -bean directory to the deploy directory of the JBoss AS5, and the JAIN SLEE deployable unit to the deploy directory of the JAIN SLEE container.

To uninstall simply delete the JMX Client -bean directory and JAIN SLEE deployable unit jar copied in the install procedures.

In this setup the Mobicents JAIN SLEE Remote SLEE Connection Tool must be deployed and properly configured, in the Java EE server, please refer to its User Guide for instructions on how to install and configure it.