Setting Up the Resolution Service as a Windows Service

This document describes how to set up the Resolution Service as a Windows Service.

Preparing the Resolution Service

  1. Locate the Installation Files: Navigate to dxi_install_path\services\resolution.

  2. Extract the ZIP file:

    • Unzip the resolution-9.0-SNAPSHOT.zip file inside the dxi_install_path\services\resolution to a directory of your choice or in the same folder dxi_install_path\services\resolution.

    • The extracted folder should contain the following files:

      • bin

      • lib

      • application.properties

      • dxiresolution.service

      • logback-spring.xml

      • ResolutionWinService.exe

      • ResolutionWinService.xml

Prerequisites

Or navigate to the folder where you extracted resolution-9.0-SNAPSHOT.zip, depending on your setup. Once there, run the following commands.

Installing the Windows Service

  • Run the following command to install the service:

ResolutionWinService.exe install
  • After installation, the Dirx Identity Resolution Service will appear in the Services window.

DirX Identity Resolution Service in Windows Services window
Figure 1. DirX Identity Resolution Service in Windows Services window

Managing the Windows Service

Starting the service

  • Run the following command to start the service:

ResolutionWinService.exe start
  • Open the Windows Services window, refresh it, and verify that the DirX Identity Resolution Service is now running

DirX Identity Resolution Service running in Windows Services window
Figure 2. DirX Identity Resolution Service running in Windows Services window

Check the Service Status

  • Run the following command to check the service status:

ResolutionWinService.exe status
  • The output will show the current status of the service, including whether it is running or stopped.

Stopping the service

  • Run the following command to stop the service:

ResolutionWinService.exe stop
  • Alternatively, you can start and stop the service using the Windows Services window.

Uninstalling the service

If you want to uninstall the service first stop the service and then, follow these steps:

  • Run the following command to uninstall the service:

ResolutionWinService.exe uninstall
  • The service will be removed from the Windows Services window.