diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-14 19:27:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-14 19:27:32 +0200 |
commit | 98c747197edd93d800154459cf6596f7eafe0f32 (patch) | |
tree | f9efe0180b15f8aef17664fcddceb7fa819ec9e5 /sonar-application | |
parent | 413956912612804c89076b9f73f8aa35d9954ad8 (diff) | |
download | sonarqube-98c747197edd93d800154459cf6596f7eafe0f32.tar.gz sonarqube-98c747197edd93d800154459cf6596f7eafe0f32.zip |
SONAR-2810 End support of JNDI JDBC datasource by WAR mode
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 97515452f73..dc05f1625ff 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -108,17 +108,6 @@ sonar.jdbc.minEvictableIdleTimeMillis: 600000 sonar.jdbc.timeBetweenEvictionRunsMillis: 30000 -#----- JDBC Datasource bounded to JNDI -# When sonar webapp is deployed into a JEE server, the JDBC datasource can be loaded from JNDI. -# In such a case Sonar uses this datasource to connect to database. -# If you activate this feature, then the properties starting with "sonar.jdbc." can be commented, except sonar.jdbc.dialect. -# The JDBC driver must still be deployed into the directory /extensions/jdbc-driver. -#sonar.jdbc.jndiName: jdbc/sonar - -# Values are : mysql, mssql, oracle, postgresql -#sonar.jdbc.dialect= - - #--------------------------------------------------------- # UPDATE CENTER #--------------------------------------------------------- |