mPower Server: Tomcat Platform


Describes platform configuration and software installation for the mPower server on Tomcat.

This document assumes you have a working knowledge of Tomcat. Contact your NetSol representative for more information.

mPower Installation

To install the mPower software:

  1. Stop Tomcat if it is running. For Linux, if you installed Tomcat using the RPM, use the service tomcat4 stop command. Otherwise, use the shutdown.sh script in the tomcat_root_dir/bin directory.
  2. Copy the file mpower-ver_vnna.war to the CATALINA_HOME/webapps directory (CATALINA_HOME represents the root directory of the Tomcat installation on your machine).
  3. Execute the following commands:
    		cd CATALINA_HOME/webapps
    		mkdir mpower-ver_vnna
    		cd mpower-ver_vnna
    		$JAVA_HOME/bin/jar -xvf (path to war file)/mpower-ver_vnna.war
    	
    where $JAVA_HOME represents the root directory of your Java installation.