diff options
Diffstat (limited to 'sonar-application/src/main/assembly/war/build.xml')
-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/) |