]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2521 Add antiResourceLocking=true to Tomcat descriptor
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 14 Jun 2011 16:58:19 +0000 (18:58 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 14 Jun 2011 16:58:19 +0000 (18:58 +0200)
sonar-server/src/main/webapp/META-INF/context.xml

index 880c5759dfa45f39510acd2d014ab639b5e5fc32..e7ea17070e53302bad1f66c6d8f7869a58dfb67b 100644 (file)
@@ -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