diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-17 10:47:51 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-17 10:57:38 +0100 |
commit | 86c3f549629c78d3812db42cacd7bd3278ff17ef (patch) | |
tree | 554e0d675952fabb562c744531ee8222b387fb63 /sonar-application | |
parent | 5e5b906bd3b3f49e5080d6511067bb45c3b9f579 (diff) | |
download | sonarqube-86c3f549629c78d3812db42cacd7bd3278ff17ef.tar.gz sonarqube-86c3f549629c78d3812db42cacd7bd3278ff17ef.zip |
SONAR-2110 Add Tomcat 7.x to list of supported servers
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/war/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/war/build.xml b/sonar-application/src/main/assembly/war/build.xml index 16f89bc7f66..3efa2935547 100644 --- a/sonar-application/src/main/assembly/war/build.xml +++ b/sonar-application/src/main/assembly/war/build.xml @@ -72,7 +72,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 ${sonarHome} IMPORTANT NOTES : - * supported web servers are Jetty and Tomcat 5.x/6.x + * 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 : - configuration is updated (files in the directory conf/) |