Programming Guides › Programming Guide for Java Connector Server › Java CS SDK › How you Deploy Java CS Connectors
How you Deploy Java CS Connectors
Ant 1.70+ is now required to build the SDK.
To deploy Java CS connectors, do the following:
- Place the target connector's .jar file in a Java CS lib/ directory. The Java CS can be either:
- An SDK Java CS using a default port 20412. This port is commonly used during the development and component testing of the connector.
- A production Java CS using a default port 20410. This port is commonly used after the connector has undergone comprehensive testing and you consider it to be release quality.
- For C++ connectors, configure the Provisioning server using POP scripts.
The POP script creates the top level of their managed namespace in the Provisioning Server.
- For Java connectors, configure the Provisioning Server.
Configuring the Provisioning Server tells the Provisioning Server about the connector type and its associated metadata.
- Restart the Java CS.
The Java CS registers the connector.