You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Karen Smoler Miller (JIRA)" <ji...@apache.org> on 2017/10/23 20:32:00 UTC

[jira] [Updated] (GEODE-3875) gfsh command to configure jndi binding

     [ https://issues.apache.org/jira/browse/GEODE-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karen Smoler Miller updated GEODE-3875:
---------------------------------------
    Component/s: docs

> gfsh command to configure jndi binding
> --------------------------------------
>
>                 Key: GEODE-3875
>                 URL: https://issues.apache.org/jira/browse/GEODE-3875
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, gfsh
>            Reporter: Swapnil Bawaskar
>
> In cache.xml user can specify jndi binding like so:
> {code}
>   <jndi-bindings>
>       <jndi-binding jndi-name="DemoDatasource" type="SimpleDataSource"
>           jdbc-driver-class="org.postgresql.Driver" user-name="gpadmin"
>           password="changeme" connection-url="jdbc:postgresql://localhost:5432/gemfire_db">
>       </jndi-binding>
>   </jndi-bindings>
> {code}
> Please look at Geode's schema for a list of attributes that can be set: https://github.com/apache/geode-site/blob/master/website/content/schema/cache/cache-1.0.xsd#L1331



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)