Hello, In our current generation web application we used session replication with tomcat clustering. (and a load balancer) That way, we recieved an auto failover when a client sends an ajax request to a tomcat node that failed.
In our next generation web application, We would like to have a similar behaviour, only with websockets. So my questions are : 1) Is it possible ? 2) Does it involve websocket-session replication? if so, are there any guides on how to do that?