Programming Guides › Programming Guide for Java Connector Server › Custom Connector Deployment › Example Deployment
Example Deployment
The following example uses abc as the short connector name.
To deploy a connector using the Java CS installer
- Use ant inst to create the zip file jcs-connector-abc.zip. Verify that that the jcs-connector-abc.jar and any dependent jars are in the /lib folder, deployed documentation files are in the /doc folder, and static configuration files are in the /conf folder. For example:
- /lib/jcs-connector-abc.jar
- /conf/abc.xml
- /doc/abc_readme.html
- Copy jcs-connector-abc.zip to the same folder as the Java CS installers setup program.
- Launch and run the installer as normal.
- Verify that the new connector has been installed as expected.
- Verify that the new connector can be used before deploying it outside of a test environment.