Fra: Bill Stewart <bstew...@iname.com> 

> https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

I will look into that.

> Basically the steps would be:
> 1. Back up/document your 8.x configuration.

"document" manually? Like copy&paste into a text file?

> 2. If you used Apache's Windows installer, uninstall it (unfortunately this 
> removes the service and service configuration info).

I use the zip file version, roughly I do this:
  CD D:\Apache
  unzip apache-tomcat-9.0.37.zip
  MKLINK /D tomcat-9.0 apache-tomcat-9.0.37
And then I make all my instances have CATALINA_BASE=D:\Apache\tomcat-9.0 so I 
can minor upgrade several instances at the same time just by changing the 
symlink (services must be stopped first).


> 1. Update the timestamps of the config files you don't want the installer to 
> overwrite.

Is this necessary when using zip-package?

> Of course, I would strongly recommend testing all of the above in a test 
> environment first.

No problem. I have all three: dev- test- production- environment

./hans

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

Reply via email to