aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-06-14 18:58:19 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-06-14 18:58:19 +0200
commit9127177a746abd6451809118b0bacfc890ccdd53 (patch)
tree036de9869103a11ce597936c12b6b1bd4386000f
parent321b2204009c5d049b9351f73495508749f96cc4 (diff)
downloadsonarqube-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.xml2
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