Programming Guides › Programming Guide for Java Connector Server › SDK Sample Connectors › SDK Connector › Install Deprecated SDK Connector Pre-requisites
Install Deprecated SDK Connector Pre-requisites
Although the deprecated (non-DYN) version of the SDK connector implementation is in Java, you need to install install several components from the Admin installation. The Provisioning Server C++ SDK Admin installation is a prerequisite for the deprecated (non-DYN) version of the SDK connector.
Install the Provisioning Server C++ SDK
- Install the following components from the Admin installation:
- The SDK schema
- The POP script that adds the namespace definition and its default policy container definition.
- The SDK plug-in to the Admin Manager GUI.
- If you want to run against the Java CS SDK so that you can debug and change the connector, do the following:
- Run the Java CS SDK installer.
- Navigate to the installation directory and then enter the following command:
ant dist
- Start the Java CS using the provided Eclipse or IDEA launch targets> alternatively run jcs-sdk-home/bin/jcs.bat if your target seems to have a misconfigured classpath or similar.
- Use Connector Xpress to help ensure that the SDK namespace for the target Provisioning Server is being routed to this Java CS.
- Configure the default ports 20412, and 20413 for ssl /tls connectivity.
Note: For a production Java CS, use the ports 20410, and 20411 for ssl /tls connectivity.
- If you want to run the binary sample, do the following:
- Unzip the Java CS installer to a directory ${DIR}
- Unzip the Java CS samples to the same directory ${DIR}
- Run the Java CS installer from ${DIR} and register the SDK connector (may as well register all connectors).
You can now acquire the SDK directory using the SDK plug-in to the Provisioning Manager GUI.