diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-17 10:27:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-18 11:04:36 +0200 |
commit | ae43e3beb8b066e030086266cb4ee0ea753e99e9 (patch) | |
tree | d7d8e6d698eb25371f1c5e16029e6a7b09f66447 /server/sonar-web/src/main/webapp | |
parent | 4d1d70d1cf27deeb4b9ddae722884c79994953f9 (diff) | |
download | sonarqube-ae43e3beb8b066e030086266cb4ee0ea753e99e9.tar.gz sonarqube-ae43e3beb8b066e030086266cb4ee0ea753e99e9.zip |
Remove useless JRuby property from web.xml
As default value of "public.root" is "/", the property
can be removed from web.xml.
Diffstat (limited to 'server/sonar-web/src/main/webapp')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 0 insertions, 4 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 4bcacb4effd..504ee37e03c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml +++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml @@ -15,10 +15,6 @@ - embedded tomcat for production mode (see sonar-application) --> <context-param> - <param-name>public.root</param-name> - <param-value>/</param-value> - </context-param> - <context-param> <param-name>jruby.min.runtimes</param-name> <param-value>1</param-value> </context-param> |