aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-08-24 14:14:55 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-08-25 15:00:47 +0200
commit9939db4720436cda5436ca506a92e06954796e5b (patch)
tree65b5c9c94552763b684b4b941373fb36557f10d1 /sonar-application
parent6dbb7e774612a2dd360f67ce2b4a7131e3ce5125 (diff)
downloadsonarqube-9939db4720436cda5436ca506a92e06954796e5b.tar.gz
sonarqube-9939db4720436cda5436ca506a92e06954796e5b.zip
SONAR-7989 remove AJP support in embedded tomcat
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 3925c097c85..762c855e764 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -123,9 +123,6 @@
# The default value is 25.
#sonar.web.http.acceptCount=25
-# TCP port for incoming AJP connections. Disabled if value is -1. Disabled by default.
-#sonar.ajp.port=-1
-
# By default users are logged out and sessions closed when server is restarted.
# If you prefer keeping user sessions open, a secret should be defined. Value is
# HS256 key encoded with base64. It must be unique for each installation of SonarQube.