This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 890ca423ef700515a3a64c3b840da9a1c4ffdea0 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Aug 18 20:20:50 2019 +0300 Simplify service usage note by substituting in current major version --- bin/catalina.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/catalina.bat b/bin/catalina.bat index b244418..72e16b6 100755 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -28,9 +28,8 @@ rem script will have no effect at all on Windows Services. As such, any rem local customizations made in a CATALINA_BASE/bin/setenv.bat script rem will also have no effect on Tomcat when launched as a Windows Service. rem The configuration that controls Windows Services is stored in the Windows -rem Registry, and is most conveniently maintained using the "tomcatXw.exe" -rem maintenance utility, where "X" is the major version of Tomcat you are -rem running. +rem Registry, and is most conveniently maintained using the "tomcat@version_ma...@w.exe" +rem maintenance utility. rem rem CATALINA_HOME May point at your Catalina "build" directory. rem --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org