IIQ SSB - Configuration Step by Step

Problem

Currently, services are built in different ways across teams, leading to inconsistencies, higher maintenance effort, and increased risk of misconfigurations.

This makes deployments harder to manage, troubleshoot, and secure at scale.

Implementing a Services Standard Build ensures consistent, secure, and reusable service foundations, improving reliability and delivery speed.

Solution

Navigate to the URL below to download SSB:

https://community.sailpoint.com/t5/Professional-Services/Services-Standard-Build-SSB-v7-0-2/ta-p/190496

Download the SSB and extract.

Navigate to the SSB folder and open build.bat file in notepad.

Add the following line t the file.

SET “JAVA_HOME=C:\Program Files\Java\jdk-11.0.15”

Open build.properties file and edit the following items highlighted in the screenshot.

Open the server.properties and add the HOST name of the machine where you are installing.

Execute build command in the cmd.

Highlighted location contains all the custom xml files while doing the development.

Execute the below command to clean the build.

                                            *Build clean*

Note: This will clean the build and delete the custom files.

4 Likes

Cool and simple. Thanks for sharing it, @msingh900 .

1 Like

Thanks for sharing @msingh900

1 Like