Re: Tomcat 9.0.N Upgrading Minor Version In A Cluster

2022-12-11 Thread Mark Thomas
On 12/12/2022 01:16, Tim N wrote: Will session fail-over work b/w minor versions? i.e. can you cycle through upgrading Tomcat in a cluster from say 9.0.67 to 9.0.68? Generally, yes. But always check the change log and the migration guide in case we had to make a change that places some sort of

Tomcat 9.0.N Upgrading Minor Version In A Cluster

2022-12-11 Thread Tim N
Will session fail-over work b/w minor versions? i.e. can you cycle through upgrading Tomcat in a cluster from say 9.0.67 to 9.0.68? Also, is there any official documentation on this?