.\Downloads\midpoint\bin\service.bat install
Installing midPoint as a Windows Service
This page describes the method how to setup midPoint server to run as Windows service. This is the usual setup to start midPoint automatically after system boot on Windows. The service will be started as MidPoint and will listen on default TCP 8080 port.
Download
Download the midPoint binary release according to the following table:
MidPoint 4.9 Binary Distribution |
https://evolveum.com/downloads/midpoint/4.9/midpoint-4.9-dist.zip |
Unpack the archive file to a convenient location. Following instructions will refer to the relative paths inside this archive.
Install
-
Install MidPoint as service by executing
service.bat
script frombin
directory withinstall
argument: -
Service can be controlled by common tools for Windows Services. Alternatively
midpointw.exe
application with GUI is provided in thebin
directory to start, stop or configure the service. -
Uninstall MidPoint service executing
service.bat
script frombin
directory withuninstall
. Stop the service first, then run:.\Downloads\midpoint\bin\service.bat uninstall
You can also start/stop service with windows Services application. |