You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2014/06/04 16:02:31 UTC

svn commit: r1600216 - /sling/trunk/contrib/extensions/datasource/README.md

Author: chetanm
Date: Wed Jun  4 14:02:30 2014
New Revision: 1600216

URL: http://svn.apache.org/r1600216
Log:
SLING-3574 - JDBC DataSource Provider bundle

Updating docs

Modified:
    sling/trunk/contrib/extensions/datasource/README.md

Modified: sling/trunk/contrib/extensions/datasource/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/datasource/README.md?rev=1600216&r1=1600215&r2=1600216&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/datasource/README.md (original)
+++ sling/trunk/contrib/extensions/datasource/README.md Wed Jun  4 14:02:30 2014
@@ -4,9 +4,10 @@ Apache Sling DataSource Provider
 This bundle enables creating and configuring JDBC DataSource in OSGi environment based on 
 OSGi configuration. It uses [Tomcat JDBC Pool][1] as the JDBC Connection Pool provider.
 
-1. Supports configuring the DataSource based on OSGi config wihich rich metatype
+1. Supports configuring the DataSource based on OSGi config with rich metatype
 2. Supports deploying of JDBC Driver as independent bundles and not as fragment
 3. Exposes the DataSource stats as JMX MBean 
+4. Supports updating of DataSource connection pool properties at runtime without restart
 
 Driver Loading
 --------------
@@ -37,6 +38,10 @@ Configuration
 If Felix WebConsole is used then you can configure it via Configuration UI at
 http://localhost:8080/system/console/configMgr/org.apache.sling.extensions.datasource.DataSourceFactory
 
+![Web Console Config](http://sling.apache.org/documentation/development/sling-datasource-config.png)
+
+Using the config ui above one can directly configure most of the properties as explained in [Tomcat Docs][1]
+
 Usage
 -----