Identity Director Administration Guide

Home 

This is not the latest version of Identity Director documentation.
View available documentation.

Specify alternative Catalog Services ports

Catalog Services have been deprecated as of Identity Director 2019.1. This topic only applies to version 2019.0.

References in this topic to Ivanti Automation only apply to Automation 2018 and before.

The Catalog Services uses the following default ports for integration with Ivanti Automation and Workspace Control:

  • Ivanti Workspace Control uses port 8080 to connect to the Catalog Services and query which Identity Director services have been delivered to a user.
  • Ivanti Automation and Workspace Control use port 8081 in the Identity Director Wizards to connect to the Catalog Services and create a service.

If necessary, you can specify alternative ports, for example if other applications already use these ports. You can specify these ports in the resocs.exe.config file, which is located by default at %ProgramFiles%\RES Software\IT Store\Catalog Services\.

  1. Open the file and add the following as the first element of <configuration>:
    <appSettings>
    <add key="catalogServicesPort" value="<port other than 8080>"/>
    <add key="catalogManagementServicesPort" value="<port other than 8081>"/>
    </appSettings>
  2. After editing the resocs.exe.config file, restart the Catalog Services service for the changes to take effect.
  3. Specify the alternative ports in Ivanti Automation and Workspace Control.

To revert to the default ports, remove the appSettings element again from the resocs.exe.config file.

See also