This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 9071b38 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63285
9071b38 is described below
commit 9071b384d2df2872f5e44d930d2512c4e207eb8a
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 8 13:17:29 2019 +0100
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63285
Align the behaviour of service.bat with the Windows installer and rename
the executables on installation (and restore on removal).
---
webapps/docs/changelog.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index e6fd707..4da9efc 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -149,6 +149,15 @@
</subsection>
<subsection name="Other">
<changelog>
+ <fix>
+ <bug>63285</bug>: Modify <code>service.bat</code> so that when
+ installing a Windows service, by default, it changes the name of the
+ executables used by the Windows service to match the service name. This
+ makes the installation behaviour consistent with the Windows installer.
+ The original executable names will be restored when the Windows service
+ is removed. The renaming can be disabled by using the new
+ <code>--no-rename</code> option after the service name. (markt)
+ </fix>
<update>
Switch from Checkstyle to the JRE6 backport and update to version 8.22.
This allows Tomcat 8.5 to use the newer Checkstyle releases while still
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]