Does Jboss AS clustering support Spring-based web application Session replication automatically?
The following are the related queries when JBoss has Spring Web application with back-end Hibernate and the load balancing is done by Apache Mod-jk.
- Does JBoss AS clustering support Spring-based web application Session replication?
- If it supports, would that be automatically done when we configure a JBoss cluster or should that be driven through explicitly setting up the JBoss cache?
- Should the option of synchronous or Asynchronous replication be configured programmatic way or is there any way where it can be configured through clustering service XMLs where it would be applicable.
- How 开发者_开发技巧do we deal the passivated Session and how does it behave in case of fail over?
- Is there any specific links other than "JBoss High Availability Enterprise services with JBoss AS Clusters" are appreciated along with your experiences.
精彩评论