Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.4
-
Component/s: Scalability
-
Labels:None
Description
The current message is :
[echo] ----------------------------------------------------------------------------------------------------------- [echo] sonar.war is ready to be deployed. It is linked to the Sonar home directory: [echo] /Users/xxxx/yyyy/wwww/sonar-3.3 [echo] [echo] IMPORTANT NOTES : [echo] * supported web servers are Jetty and Tomcat 5.x/6.x/7.x [echo] * the web application uses the Sonar home directory. For this reason it must be deployed on this host only. [echo] * the war file must be rebuilt when : [echo] - the Sonar home directory is moved to other location [echo] - sonar is upgraded to a new version [echo] ----------------------------------------------------------------------------------------------------------- [echo]
The expected message is
[echo] ----------------------------------------------------------------------------------------------------------- [echo] sonar.war is ready to be deployed. It is linked by default to the Sonar home directory: [echo] /Users/xxxx/yyyy/wwww/sonar-3.3 [echo] Each machine on which the sonar.war archive is going to be deployed should have locally this Sonar home directory. [echo] This directory is used by Sonar for instance to store Sonar plugins. [echo] This is possible to override this default Sonar home directory by defining the SONAR_HOME environment variable [echo] [echo] IMPORTANT NOTES : [echo] * Supported web servers are Jetty and Tomcat 5.x/6.x/7.x [echo] * The war file must be rebuilt in case of sonar upgrade [echo] ----------------------------------------------------------------------------------------------------------- [echo]