Starting and Stopping the MidVision Application Release Automation Tool

Overview

This page details the instructions to follow for starting and stopping the MidVision application in the default Tomcat application server. If the MidVision application is running in a non-default Web Container follow the appropriate instructions for that Web Container to start and stop the application.

Script locations

For convenience start and stop scripts are provided in the following location:

${MV_HOME}/bin

Where $MV_HOME is the installation root directory for the MidVision Product.

Within the $MV_HOME/bin directory there are the following files (these have a .bat extension for Windows installations).

start-web-app.sh
stop-web-app.sh
rapiddeploy.properties
start-remoting-server.sh
stop-remoting-server.sh

To start the web application run the start-web-app.sh script as the appropriate user.

./start-web-app.sh

To stop the web application run the stop-web-app.sh script

        ./stop-web-app.sh

The remaining scripts are agent scripts for the application running in stand-alone mode to allow an alternative method of communication.