aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-10-25 21:06:26 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-10-25 21:06:49 +0400
commit356ce27dbfcc284b540145490ef327e846222f34 (patch)
tree85481f3512c82bb95b2e48f511b33a5dc504b216 /sonar-application
parent114d013e847eabb3193b3fb0280915c275a6d86d (diff)
downloadsonarqube-356ce27dbfcc284b540145490ef327e846222f34.tar.gz
sonarqube-356ce27dbfcc284b540145490ef327e846222f34.zip
SONAR-2937 Disallow start of multiple instances at the same time on Windows
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/wrapper.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/wrapper.conf b/sonar-application/src/main/assembly/conf/wrapper.conf
index e1044594cad..eb7b3043d37 100644
--- a/sonar-application/src/main/assembly/conf/wrapper.conf
+++ b/sonar-application/src/main/assembly/conf/wrapper.conf
@@ -97,6 +97,9 @@ wrapper.syslog.loglevel=NONE
# Title to use when running as a console
wrapper.console.title=Sonar
+# Disallow start of multiple instances of an application at the same time on Windows
+wrapper.single_invocation=true
+
#********************************************************************
# Wrapper Windows NT/2000/XP Service Properties
#********************************************************************