diff options
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> |