Adapter for MongoDB 9.12 | webMethods Adapter for MongoDB Documentation | webMethods Adapter for MongoDB Installation and User’s Guide Documentation | Adapter for MongoDB Connections | Installing a MongoDB java driver on Integration Server
 
Installing a MongoDB java driver on Integration Server
You must install a MongoDB java driver on Integration Server before you can specify connections. Integration Server requires access to the Java classes for each MongoDB driver that it will use to connect to a database.
For a list of supported drivers, see webMethods Adapters System Requirements.
*To install a MongoDB java driver
1. Place the Java classes for the MongoDB driver in a location that Integration Server can access, typically the server's classpath.
To place the classes in the server's classpath, place the .zip or .jar file containing the classes in the Integration Server_directory\instances\ instance_name\packages \WmMongoDBAdapter\code\jars directory.
2. Restart Integration Server
The server automatically adds the .zip or .jar libraries to its classpath after the restart.