aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-04 23:05:00 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-05 14:24:44 +0100
commitbea23239548d8f1abb7ecf5def540f069317f452 (patch)
tree815b9dc6af70942b6ceda4ac5a25daf451cbe60f /server/sonar-web/src
parent39cc96f13fff24c17bb9b1a37311cd37281f6e03 (diff)
downloadsonarqube-bea23239548d8f1abb7ecf5def540f069317f452.tar.gz
sonarqube-bea23239548d8f1abb7ecf5def540f069317f452.zip
SONAR-6740 do not start Rails if Java container fails to start
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/web.xml b/server/sonar-web/src/main/webapp/WEB-INF/web.xml
index 65f54d512ff..4bcacb4effd 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml
+++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml
@@ -104,7 +104,7 @@
<listener-class>org.sonar.server.platform.PlatformServletContextListener</listener-class>
</listener>
<listener>
- <listener-class>org.jruby.rack.rails.RailsServletContextListener</listener-class>
+ <listener-class>org.sonar.server.platform.RubyRailsContextListener</listener-class>
</listener>
<mime-mapping>