Author: rombert
Date: Mon Mar 23 21:31:58 2015
New Revision: 1668745

URL: http://svn.apache.org/r1668745
Log:
SLING-4050 - Make it easier to run launchpad on Oak/Mongo

Add Mongo connection details

Modified:
    
sling/site/trunk/content/documentation/the-sling-engine/the-sling-launchpad.mdtext

Modified: 
sling/site/trunk/content/documentation/the-sling-engine/the-sling-launchpad.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/the-sling-launchpad.mdtext?rev=1668745&r1=1668744&r2=1668745&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/the-sling-engine/the-sling-launchpad.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/the-sling-engine/the-sling-launchpad.mdtext
 Mon Mar 23 21:31:58 2015
@@ -167,6 +167,6 @@ The artifacts can be configured to use d
 
 * `jackrabbit` ( default ): configures and starts up an Apache Jackrabbit 2.x 
JCR repository implementation
 * `oak`: configures and starts up an Apache Jackrabbit Oak repository 
implementation with a SegmentNodeStore ( TarMK ) implementation
-* `oak,oak_mongo`: configures and starts up an Apache Jackrabbit Oak 
repository implementation with a DocumentNodeStore implementation connected to 
a MongoDB database
+* `oak,oak_mongo`: configures and starts up an Apache Jackrabbit Oak 
repository implementation with a DocumentNodeStore implementation connected to 
a MongoDB database. The default configuration points to a MongoDB instance at 
mongodb://localhost:27017 and a database named sling.
 
-That's it. The resulting artifact may be directly used to launch the 
Standalone Java Application or may directly be deployed into any Servlet API 
2.4 (or later) compliant servlet container.
\ No newline at end of file
+That's it. The resulting artifact may be directly used to launch the 
Standalone Java Application or may directly be deployed into any Servlet API 
2.4 (or later) compliant servlet container.


Reply via email to