On 28/03/2023 20:49, Jason Murray | ROI Solutions wrote:
Hello,

Apologies if my this my first post is misdirected.

It isn't. All is good but thanks for checking.

In a nutshell: my goal is to automate Tomcat 8.5 upgrades on Windows Server as 
much as possible.

More specifically, I have been looking to create a config.ini 'answer' file for 
installing Tomcat 8.5.x as a service on a Windows Server system.

The installer Tomcat provides for Windows might not be the best way to do this. Splitting CATALINA_HOME and CATALINA_BASE (see "Advanced Configuration - Multiple Tomcat Instances" in RUNNING.txt) and using service.bat might be a simpler option.

Specifically, the values I am looking to set are:

   *   Server Shutdown Port
   *   HTTP/1.1 Connector Port
   *   Windows Service Name
   *   Roles
   *   Java path

I couldn't locate them, are they listed anywhere?

https://tomcat.apache.org/tomcat-8.5-doc/setup.html

HTH,

Mark



The install path is also needed, but as I understand it, this is set with the 
/D flag while running the tomcat installer exe, eg:
.\apache-tomcat-8.5.87.exe /S /D={install_directory} /C=config.ini

Thanks for any guidance!



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

Reply via email to