I need to move my application into HA mode. I use Spring Boot, Tomcat 8. Right now I use plain session mechanism.
In order to move my application into HA cluster I need to implement Session replication.
Is it enough to implement approach described in this document Redis Spring Session - Spring Boot or do I also need to configure Tomcat cluster ?