bkiselka opened a new pull request #139: service.bat handles changed Service at installation URL: https://github.com/apache/tomcat/pull/139 Enable service.bat to deal with changed "Windows Service Name" defined during Tomcat Windows Installation. During the Apache Tomcat Setup You can define on the "Configuration Options" page a "Windows Service Name". If you change the default "Tomcat8" this results not only in a changed installation folder and a changed Windows Service Name, but also to renamed files bin/Tomcat8.exe and bin/Tomcat8w.exe. The proposed changes deal with renamed Windows service wrapper executables by using the provided parameter name for the service name. Note that the parameter is no longer optional then! Another solution would be to change the Windows installer and do not rename the bin/Tomcat@[email protected] and bin/Tomcat@[email protected] during installation.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
