diff --git a/config/akka-default.conf b/config/akka-default.conf index cf7d0d56bb..d5ca10ebf8 100644 --- a/config/akka-default.conf +++ b/config/akka-default.conf @@ -1,5 +1,5 @@ - filename = "./akka.log" + filename = "./logs/akka.log" roll = "daily" # Options: never, hourly, daily, sunday/monday/... level = "warning" # Options: fatal, critical, error, warning, info, debug, trace console = on @@ -9,6 +9,10 @@ # # node = "com.scalablesolutions.akka.kernel" # level = "debug" -# +# +# +# node = "com.scalablesolutions.akka.supervisor" +# level = "debug" +# diff --git a/config/cluster.xml b/config/cluster.xml index 6b376f893b..611d46a681 100644 --- a/config/cluster.xml +++ b/config/cluster.xml @@ -1,5 +1,5 @@ - mycluster + akka 0 localhost @@ -7,11 +7,4 @@ 6666 0, 1 - - 1 - localhost - 8082 - 6667 - 2, 3 - - \ No newline at end of file + diff --git a/config/scheduler.properties b/config/scheduler.properties index 80f602821f..2bdfb371af 100644 --- a/config/scheduler.properties +++ b/config/scheduler.properties @@ -42,3 +42,4 @@ org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore #============================================================================ #org.quartz.plugin.triggHistory.class = org.quartz.plugins.history.LoggingJobHistoryPlugin + diff --git a/config/server.properties b/config/server.properties index b5dfe83929..52111f7888 100644 --- a/config/server.properties +++ b/config/server.properties @@ -7,7 +7,6 @@ max.threads=100 http.enable=true socket.enable=true -jmx.enable=true # BDB bdb.sync.transactions=false @@ -18,4 +17,8 @@ mysql.host=localhost mysql.port=1521 mysql.user=root mysql.password=3306 -mysql.database=test \ No newline at end of file +mysql.database=test + +#ReadOnly +enable.readonly.engine=true + diff --git a/config/stores.xml b/config/stores.xml index 8f4ea2008e..212a1ce97b 100644 --- a/config/stores.xml +++ b/config/stores.xml @@ -1,38 +1,18 @@ - - snapshots + snapshot bdb client - 2 - 2 - 2 + 1 + 1 + 1 json - "int32" + "string" json - {"a":"int32"} + "string" - 1 - - events - bdb - client - 2 - 2 - 2 - - json - "int32" - - - json - {"a":"int32"} - - 1 - - \ No newline at end of file +