JBoss.orgCommunity Documentation
Ensure that the following requirements have been met before continuing with the install.
Once unzipped, the Mobicents JAIN SLEE binary release requires at least 300MB of free disk space. Keep in mind that disk space requirements may change from release to release.
The Mobicents JAIN SLEE Management Console platform will run on the same hardware that the JBoss Application Server runs on.
A working installation of the Java Development Kit (JDK) version 5 or higher is required in order to run the JAIN SLEE Management Console. Note that JBoss Application Server is a runtime dependency, but comes bundled with the binary distribution.
For instructions on how to install the JDK, refer to Appendix A, Java Development Kit (JDK): Installing, Configuring and Running.
Mobicents JAIN SLEE Management Console client side components use AJAX and CSS3, therefore the use of an up-to-date browser is recommended.
The Mobicents JAIN SLEE Management Console is pre-installed in Mobicents JAIN SLEE binary release. The file slee-management-console.war
is present in
directory.JBOSS_HOME
/server/<node>
/deploy/
To uninstall Mobicents JAIN SLEE Management Console simply delete the slee-management-console.war
file from
directory.JBOSS_HOME
/server/<node>
/deploy/
Mobicents JAIN SLEE Management Console can be built from source by using Maven build tool, following these steps:
Downloading the source code
Subversion is used to manage its source code. Instructions for using Subversion, including install, can be found at http://svnbook.red-bean.com
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
Building the source code
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
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
directory.JBOSS_HOME
/server/<node>
/deploy/