Skip to content

Instantly share code, notes, and snippets.

@zznate
Created February 28, 2012 19:00
Show Gist options
  • Save zznate/1934395 to your computer and use it in GitHub Desktop.
Save zznate/1934395 to your computer and use it in GitHub Desktop.
<Resource name="cassandra/CassandraClientFactory"
auth="Container"
type="me.prettyprint.cassandra.api.Keyspace"
factory="me.prettyprint.cassandra.jndi.CassandraClientJndiResourceFactory"
hosts="cass1:9160,cass2:9160,cass3:9160"
user="user"
password="passwd"
keyspace="Keyspace1"
clusterName="Test Cluster"
maxActive="15"
maxWaitTimeWhenExhausted="10"
failoverPolicy="ON_FAIL_TRY_ALL_AVAILABLE"
autoDiscoverHosts="true"
runAutoDiscoveryAtStartup="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment