1. Tomcat Session Replication + Spring bean stackoverflow.comI have a Spring bean which will be used for storing user details or any other relevant information. I store this bean on the session level.
Now I have ... |
2. Does Jboss AS clustering support Spring-based web application Session replication automatically? stackoverflow.comThe 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. 1)Does JBoss AS clustering support ... |
3. tomcat clustering and session scope forum.springsource.orgtomcat clustering and session scope Hi All. Im new to spring and alot of things r cryptic to me. We have tomcat cluster in production environment, and single tomcat server for ... |
4. Spring and session replication in a cluster forum.springsource.orgHi, I have setup a cluster with 2 tomcats. The session replication is activated. Now, i have some exceptions because my objects doesnot implement Serializable. What i don't understand is that ... |
5. Is tomcat prefered with spring on heavy load & Clustering with Session Replication? forum.springsource.orgIs tomcat prefered with spring on heavy load & Clustering with Session Replication? I'm working on a new web project. The manager likes to investigate different options before starting the project. ... |
6. Session scope beans and clustering forum.springsource.orgSession scope beans and clustering I'm looking at using some session scope beans to facilitate making a wizard with Struts 2. The ongoing results of the wizard submissions will be stored ... |
7. Tomcat Cluster Session Replication forum.springsource.orgAttached objects shouldn't be a problem, as they're only attached for the milliseconds during which you have a transaction. So if something goes wrong with a cluster node, the transaction won't ... |