I'm looking for a clarification on the functionality of the Session Replication within Tomcat 5.
Is the only data replicated across servers that which is placed in the HttpSession? In other words, is any data placed within the ServletContext (application layer) object replicated? Thanks for any help. Lukas