Author: [email protected]
Date: Sat Oct 15 14:03:50 2011
New Revision: 1513

Log:
AMDATU-449 Applied patch to add cassandra properties

Modified:
   trunk/amdatu-release-demo/pom.xml

Modified: trunk/amdatu-release-demo/pom.xml
==============================================================================
--- trunk/amdatu-release-demo/pom.xml   (original)
+++ trunk/amdatu-release-demo/pom.xml   Sat Oct 15 14:03:50 2011
@@ -31,11 +31,6 @@
   <name>Amdatu Demo release</name>
 
   <properties>
-
-    <!--Temporarily defined here-->
-    <server.hostname>localhost</server.hostname>
-    <server.port>8080</server.port>
-
     <amdatu.http.hostname>localhost</amdatu.http.hostname>
     <amdatu.http.port>8080</amdatu.http.port>
     <amdatu.https.port>8045</amdatu.https.port>
@@ -65,6 +60,18 @@
 
     <pax.useradmin.version>0.0.1-amdatu1</pax.useradmin.version>
 
+    <!-- Cassandra properties -->
+    <cassandra.autobootstrap>false</cassandra.autobootstrap>
+    <cassandra.clustername>'Amdatu Cassandra Cluster'</cassandra.clustername>
+    <cassandra.consistency_level_read>ONE</cassandra.consistency_level_read>
+    <cassandra.consistency_level_write>ONE</cassandra.consistency_level_write>
+    
<cassandra.default_replication_factor>1</cassandra.default_replication_factor>
+    <cassandra.initial_token>0</cassandra.initial_token>
+    <cassandra.listen_address>localhost</cassandra.listen_address>
+    <cassandra.rpc_address></cassandra.rpc_address>
+    <cassandra.rpc_port>9160</cassandra.rpc_port>
+    <cassandra.seeds>127.0.0.1</cassandra.seeds>
+    <cassandra.storage_port>7000</cassandra.storage_port>
   </properties>
 
   <repositories>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to