Skip to content
brandonmoser edited this page Sep 23, 2010 · 8 revisions

Make sure the Java MongoDB driver is in the ColdFusion server’s classpath

Requirement: MongoDB should be installed and running.

Method 1 – adding the Java MongoDB driver to the CF server classpath.

  • Drop the lib/mongodb[version].jar into a directory that’s in your ColdFusion server’s classpath
  • Start or restart your ColdFusion server instance

Method 2 – Use JavaLoader (included in distribution)

  • To Do

Install CFMongoDB

  • Expand the cfmongodb package into your web root or create a mapping to /cfmongodb

Clone this wiki locally