This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new abe297c  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63689 
display name
abe297c is described below

commit abe297c8d9295354506ff193742fcd29a2e61190
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 3 20:37:52 2019 +0100

    Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63689 display name
    
    Correct a regression in the fix for
    https://bz.apache.org/bugzilla/show_bug.cgi?id=63285 that meant the
    display name was not set.
---
 bin/service.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/service.bat b/bin/service.bat
index 0aee372..d9188ec 100755
--- a/bin/service.bat
+++ b/bin/service.bat
@@ -210,7 +210,7 @@ if exist "%CATALINA_HOME%\bin\%DEFAULT_SERVICE_NAME%.exe" (
 
 "%EXECUTABLE%" //IS//%SERVICE_NAME% ^
     --Description "Apache Tomcat @VERSION@ Server - 
https://tomcat.apache.org/"; ^
-    --DisplayName "%DISPLAYNAME%" ^
+    --DisplayName "Apache Tomcat @VERSION_MAJOR_MINOR@ %SERVICE_NAME%" ^
     --Install "%EXECUTABLE%" ^
     --LogPath "%CATALINA_BASE%\logs" ^
     --StdOutput auto ^


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to