Running RapidDeploy framework as a windows service

Overview

You can run the RapidDeploy as a Windows service using the procedure detailed below.

Install service

  • Go to your MV_HOME/bin directory.
  • Run install_service.bat from MV_HOME/bin folder.
  • You should see that service with name MVServer is added successfully.
    install-service.bat

Remove service

Run (to remove service):

uninstall-service.bat

Start/Stop RD service

Start:

net start "MVServer"

Stop:

net stop "MVServer"

The stop may time out (but the service will be stopped).