aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/moa-id.properties
diff options
context:
space:
mode:
authorChristian Maierhofer <cmaierhofer@iaik.tugraz.at>2016-06-29 14:32:01 +0200
committerChristian Maierhofer <cmaierhofer@iaik.tugraz.at>2016-06-29 14:32:01 +0200
commit66a7c51bbad7e4394c656b627bc0cddf2a063741 (patch)
tree2cfe074a1640392d671a4cecaccf88f3b83bbe8e /id/server/data/deploy/conf/moa-id/moa-id.properties
parent7ef57c3ceb296f06aa76ba3e6d3499b3a2772aff (diff)
downloadmoa-id-spss-66a7c51bbad7e4394c656b627bc0cddf2a063741.tar.gz
moa-id-spss-66a7c51bbad7e4394c656b627bc0cddf2a063741.tar.bz2
moa-id-spss-66a7c51bbad7e4394c656b627bc0cddf2a063741.zip
added statisticlog dbcp parameter to default config
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/moa-id.properties')
-rw-r--r--id/server/data/deploy/conf/moa-id/moa-id.properties17
1 files changed, 15 insertions, 2 deletions
diff --git a/id/server/data/deploy/conf/moa-id/moa-id.properties b/id/server/data/deploy/conf/moa-id/moa-id.properties
index 5e8bfa567..554d0b522 100644
--- a/id/server/data/deploy/conf/moa-id/moa-id.properties
+++ b/id/server/data/deploy/conf/moa-id/moa-id.properties
@@ -129,7 +129,19 @@ advancedlogging.hibernate.current_session_context_class=thread
advancedlogging.hibernate.transaction.auto_close_session=true
advancedlogging.hibernate.show_sql=false
advancedlogging.hibernate.format_sql=true
-
+advancedlogging.hibernate.transaction.flush_before_completion=true
+
+advancedlogging.dbcp.connectionProperties=
+advancedlogging.dbcp.initialSize=3
+advancedlogging.dbcp.maxActive=20
+advancedlogging.dbcp.maxIdle=8
+advancedlogging.dbcp.minIdle=3
+advancedlogging.dbcp.maxWaitMillis=-1
+advancedlogging.dbcp.testOnBorrow=true
+advancedlogging.dbcp.testOnReturn=false
+advancedlogging.dbcp.testWhileIdle=false
+advancedlogging.dbcp.validationQuery=select 1
+advancedlogging.jpaVendorAdapter.generateDdl=true
################ Additonal eID-modul configuration ####################################
## This additional eID moduls add special functionality to MOA-ID-Auth.
@@ -166,7 +178,8 @@ modules.federatedAuth.response.encryption.alias=pvp_assertion
modules.federatedAuth.response.encryption.password=password
#Redis Settings, if Redis is used as a backend for session data.
-#has to be enabled with a start parameter for tomcat -Dspring.profiles.active=redis
+#has to be enabled with the following parameter
+#redis.active=true
redis.use-pool=true
redis.host-name=localhost
redis.port=6379