Hello, I have read that in Tomcat5 there is a way to multicast session data to a group of servers, so that each has the same information and the client can contact any server. How can I multicast information saved in application context? How this information can be pushed to tomcats that join the group of servers much later that the others have started and have already data stored in application context?
Thank you in advance, Konstantina