From 62e210d9c0bd46b0f92790d643bb2361ebaee8d7 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 22 Nov 2012 15:32:03 +0100 Subject: [PATCH] SONAR-3963 The script in charge to produce sonar.war generates a misleading message about the sonar home directory --- .../src/main/assembly/war/build.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sonar-application/src/main/assembly/war/build.xml b/sonar-application/src/main/assembly/war/build.xml index dd7d897a011..797b37747f6 100644 --- a/sonar-application/src/main/assembly/war/build.xml +++ b/sonar-application/src/main/assembly/war/build.xml @@ -39,17 +39,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 - ----------------------------------------------------------------------------------------------------------- - sonar.war is ready to be deployed. It is linked to the Sonar home directory: + ------------------------------------------------------------------------------------------------------------------ + sonar.war is ready to be deployed. It is linked by default to the Sonar home directory: ${sonarHome} + Each machine on which the sonar.war archive is going to be deployed should have locally this Sonar home directory. + This directory is used by Sonar for instance to store Sonar plugins. + This is possible to override this default Sonar home directory by defining the SONAR_HOME environment variable IMPORTANT NOTES : - * supported web servers are Jetty and Tomcat 5.x/6.x/7.x - * the web application uses the Sonar home directory. For this reason it must be deployed on this host only. - * the war file must be rebuilt when : - - the Sonar home directory is moved to other location - - sonar is upgraded to a new version - ----------------------------------------------------------------------------------------------------------- + * Supported web servers are Jetty and Tomcat 5.x/6.x/7.x + * The war file must be rebuilt in case of sonar upgrade + ------------------------------------------------------------------------------------------------------------------ -- 2.39.5