Details
Description
Email from Frederic Drouet on the mailing-list :
I want to upgrade my sonar 1.2 with the last 1.3RC1 for testing but i can't find where to configure the context path of the sonar webapp.
With sonar 1.2, we have the jetty-env.xml where why can override <Set name="contextPath">/sonar</Set> but with 1.3RC1 we only have
sonar.properties which does not provide this parameter.
I suggest to add the property sonar.web.context, used only by the standalone distribution. Default is /.
Added the parameter sonar.web.context to conf/sonar.properties. Default value is /. It is not used when deployed as a WAR.