SONAR-5075 Update the title of the command window when starting the web server and NT service name

This commit is contained in:
Julien HENRY 2014-03-21 13:47:19 +01:00
parent 331c51a0f9
commit 6f4d9052e5

View File

@ -93,7 +93,7 @@ wrapper.syslog.loglevel=NONE
# Wrapper Windows Properties
#********************************************************************
# Title to use when running as a console
wrapper.console.title=Sonar
wrapper.console.title=SonarQube
# Disallow start of multiple instances of an application at the same time on Windows
wrapper.single_invocation=true
@ -107,13 +107,13 @@ wrapper.single_invocation=true
# service can then be reinstalled.
# Name of the service
wrapper.ntservice.name=Sonar
wrapper.ntservice.name=SonarQube
# Display name of the service
wrapper.ntservice.displayname=Sonar
wrapper.ntservice.displayname=SonarQube
# Description of the service
wrapper.ntservice.description=Sonar
wrapper.ntservice.description=SonarQube
# Service dependencies. Add dependencies as needed starting from 1
wrapper.ntservice.dependency.1=