You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:23:51 UTC

[sling-org-apache-sling-datasource] 07/35: SLING-3574 - JDBC DataSource Provider bundle

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-datasource.git

commit 3e05df180dc7e0db9ece8243f179cc4f379f0f01
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Wed Jun 4 14:02:30 2014 +0000

    SLING-3574 - JDBC DataSource Provider bundle
    
    Updating docs
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1600216 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 381e79f..42f9f2d 100644
--- a/README.md
+++ b/README.md
@@ -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
 -----
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.