Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Connecting Semarchy xDM to LDAP is common and useful. The difficulty that one faces is that different LDAP instances can be configured quite differently. So providing detailed steps is quite daunting. This document outlines all of the critical points to consider. You will need to provide the details about your LDAP environment in order to complete these steps.

...

Locate the jar file:

  • Tomcat tools jar file: com.semarchy.tool.jee.tomcat-<version>.jar

    • Example: com.semarchy.tool.jee.tomcat-8.5.2-ga-20190111-1421.jar

  • Find it inside the semarchy-xdm-install zip file here: mdm-server/additional-libraries/com.semarchy.tool.jee.tomcat-<version>.jar

  • Place it in Tomcat's shared lib directory

    • Example: /usr/share/tomcat8/lib

    • Example: (TODO: list typical location on Windows)

...