This feature enables connections to Cloudant by providing a connector instance configured in the server configuration, which can be injected or accessed through JNDI. Applications use the Cloudant client library to utilize the connector instance.
Command Line Install
To install the feature from the command line, type:
bin/installUtility install cloudant-1.0
If you are installing into 8.5.5.5 or earlier and the feature supports that version, use the featureManager command, for example:
bin/featureManager install cloudant-1.0 --when-file-exists=ignore
Config Instructions
To use the feature at runtime add the following to your server.xml file
<featureManager>
<feature>cloudant-1.0</feature>
</featureManager>
Additional Information