Use the Service Manager software load balancer

Service Request Catalog supports the HPE Service Manager software load balancer automatically, provided that you configure Service Request Catalog to point to the Service Manager software load balancer port. For example, if the http port for the Service Manager software load balancer is 13080, your Service Request Catalog applicationContext.properties file should resemble the following:

serviceManager.protocol=http

serviceManager.hostname=hostname.domainName

serviceManager.port=13080

If you are using SSL, make sure that Service Request Catalog points to the HTTPS port of the software load balancer:

serviceManager.protocol=https

serviceManager.hostname=hostname.SdomainName

serviceManager.port=13443