JBoss.orgCommunity Documentation

Chapter 2. Installing Mobicents JAIN SLEE Management Console

2.1. Pre-Install Requirements and Prerequisites
2.1.1. Hardware Requirements
2.1.2. Software Prerequisites
2.2. Install Mobicents JAIN SLEE Management Console
2.3. Uninstalling Mobicents JAIN SLEE Management Console
2.4. Building Mobicents JAIN SLEE Management Console from source

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

The Mobicents JAIN SLEE Management Console is pre-installed in Mobicents JAIN SLEE binary release. The file slee-management-console.war is present in JBOSS_HOME/server/<node>/deploy/ directory.

To uninstall Mobicents JAIN SLEE Management Console simply delete the slee-management-console.war file from JBOSS_HOME/server/<node>/deploy/ directory.

Mobicents JAIN SLEE Management Console can be built from source by using Maven build tool, following these steps:

  1. Downloading the source code

    Use SVN to checkout a specific release source, the base URL is , then add the specific release version, eg: 2.0.0.BETA1.

    [usr]$ svn co http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/slee-management-console/2.0.0.BETA1/ slee-management-console-2.0.0.BETA1

    If desired, it could be downloaded from the SVN trunk, but this is not always stable or even guaranteed to build correctly. To do so, use:

    [usr]$ svn co http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/tools/slee-management-console/ slee-management-console
  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

    Important

    Make sure to have the JBOSS_HOME environment variable set and pointing to the desired Mobicents installation.

    Use Maven to build the binaries.

    [usr]$ cd slee-management-console-2.0.0.BETA1
    [usr]$ mvn clean install

    Once the process finishes you should have the slee-management-console.war file in the JBOSS_HOME/server/<node>/deploy/ directory.