Custom Connector, Connector Classpath, and SSB

Hi @patrickboston,

SSB doesn’t deploy the connector under lib-connectors/[appname] directory automatically.

“If the includeCustomJar setting in build.properties is set to true, the classes will be added to a jar file, which will be placed in the main IdentityIQ installation’s WEB-INF/lib directory. It will be named based on the customer property in build.properties. The jar will become identityiqCustomizations.customer.jar.” - SSB User Guide.

You are welcome to write custom ant script to achieve the desired result though.

Hope, this helps.

2 Likes