In our current generation web application we used session replication with tomcat clustering. (and a load balancer). That way, we received an auto fail-over 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 behavior, only with web-sockets. 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?