-
Notifications
You must be signed in to change notification settings - Fork 41
Installation
brandonmoser edited this page Sep 23, 2010
·
8 revisions
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
- Expand the cfmongodb package into your web root or create a mapping to /cfmongodb
…