diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-04 23:05:00 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-05 14:24:44 +0100 |
commit | bea23239548d8f1abb7ecf5def540f069317f452 (patch) | |
tree | 815b9dc6af70942b6ceda4ac5a25daf451cbe60f /server/sonar-web/src | |
parent | 39cc96f13fff24c17bb9b1a37311cd37281f6e03 (diff) | |
download | sonarqube-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.xml | 2 |
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> |