Run MSA server

You can run the MSA 2.0 server with the Tomcat server of SAM Console to use the MSA API.
  1. Install JRE 7 on your machine and locate the top level directory of the JRE 7 installation.
  2. Go to BASEDIR/local/conf and edit the
    runcmd_env.sh
    file to add the following lines:
    SM_JAVA=<JAVA_HOME>/jre/bin;<JAVA_HOME>/jre/bin/client SM_JAVAHOME=<JAVA_HOME>/jre
  3. Copy the file,
    msa20-dmt-9.1.1.0.143.war
    from BASEDIR/tomcat/webapps/msa directory to BASEDIR/tomcat/webapps directory.
  4. Rename
    msa20-dmt-9.1.1.0.143.war
    under BASEDIR/tomcat/webapps directory to
    msa20-dmt.war
    .
  5. Start the Tomcat server by typing the following command:
    #BASEDIR/bin/sm_tomcat start
  6. Stop the Tomcat server by typing the following command:
    #BASEDIR/bin/sm_tomcat stop
  7. Go to BASEDIR/tomcat/webapps/msa20-dmt/WEB-INF/classes, and edit the
    msa-sources.xml
    file to add the SAM server and Broker information.
  8. Start the Tomcat server by typing the following command:
    #BASEDIR/bin/sm_tomcat start
  9. Type the following address in your web browser:
    http://<host>:8080/msa20-dmt/msa/
    Starting the MSA 2.0 server and the Tomcat server will not start the SAM Console. Start the Global Console as described in “Opening the Global Console” on page 47.