diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-25 21:06:26 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-25 21:06:49 +0400 |
commit | 356ce27dbfcc284b540145490ef327e846222f34 (patch) | |
tree | 85481f3512c82bb95b2e48f511b33a5dc504b216 /sonar-application | |
parent | 114d013e847eabb3193b3fb0280915c275a6d86d (diff) | |
download | sonarqube-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.conf | 3 |
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 #******************************************************************** |