MongoDB Integration 2.0
This feature enables the usage of the MongoDB Java Driver and allows DB instances to be configured in the server configuration, injected into managed components such as EJBs, and accessed through JNDI. Applications interact with these DB instances via the MongoDB APIs
Command Line Install
To install the feature from the command line, type:
bin/installUtility install mongodb-2.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 mongodb-2.0 --when-file-exists=ignore
Config Instructions
To use the feature at runtime add the following to your server.xml file
<featureManager>
<feature>mongodb-2.0</feature>
</featureManager>
Additional Information