diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-14 18:58:19 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-14 18:58:19 +0200 |
commit | 9127177a746abd6451809118b0bacfc890ccdd53 (patch) | |
tree | 036de9869103a11ce597936c12b6b1bd4386000f | |
parent | 321b2204009c5d049b9351f73495508749f96cc4 (diff) | |
download | sonarqube-9127177a746abd6451809118b0bacfc890ccdd53.tar.gz sonarqube-9127177a746abd6451809118b0bacfc890ccdd53.zip |
SONAR-2521 Add antiResourceLocking=true to Tomcat descriptor
-rw-r--r-- | sonar-server/src/main/webapp/META-INF/context.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/META-INF/context.xml b/sonar-server/src/main/webapp/META-INF/context.xml index 880c5759dfa..e7ea17070e5 100644 --- a/sonar-server/src/main/webapp/META-INF/context.xml +++ b/sonar-server/src/main/webapp/META-INF/context.xml @@ -1,3 +1,3 @@ -<Context antiJARLocking="true"> +<Context antiJARLocking="true" antiResourceLocking="true"> <ResourceLink name="jdbc/sonar" global="jdbc/sonar" type="javax.sql.DataSource" /> </Context>
\ No newline at end of file |