MongoDB Configuration

Select MSRP

The Storage Configuration console allows for the selection of the default storage configuration, which identifies which implementation of SRP to use.

On author, to access the Storage Configuration console:

  • From global navigation: Tools > Communities > Storage Configuration

chlimage_1-28

  • Select MongoDB Storage Resource Provider (MSRP)

  • mongoDB Configuration

    • mongoDB URI

      default: mongodb://localhost/?maxPoolSize=10&waitQueueMultiple=5&readPreference=secondaryPreferred

    • mongoDB Database

      default: communities

    • mongoDB UGC Collection

      default: content

    • mongoDB Attachment Collection

      default: attachments

  • SolrConfiguration

    • Zookeeper Host

      When running in SolrCloud mode with an external ZooKeeper, set this value to the HOST:PORT for the ZooKeeper, such as my.server.com:2181
      For a ZooKeeper Ensemble, enter comma-separated HOST:PORT values, such as host1:2181,host2:2181
      Leave blank if running Solr in standalone mode using the internal ZooKeeper.
      Default: <blank>

    • Solr URL
      The URL used to communicate with Solr in standalone mode.
      Leave blank if running in SolrCloud mode.
      Default: https://127.0.0.1:8983/solr/

    • Solr Collection
      The Solr collection name.
      Default: collection1

  • Select Submit

NOTE
The mongoDB database, which defaults to the name communities, should not be set to the name of a database being used for node stores or data (binary) stores. See also Storage Elements in AEM 6.