2 Replies Latest reply on Nov 28, 2007 4:19 PM by mores

    running Richfaces in a clustered environment.

    mores

      I currently have a small tomcat cluster running with session replication.

      javax.faces.STATE_SAVING_METHOD is set to server

      When a user hits a page org.ajax4jsf.application.AjaxStateManager.VIEW_STATES_MAP is created on all nodes in the cluster.

      When that user hits a second page VIEW_STATES_MAP is only updated on 1 tomcat instance.

      How can I get all updates to VIEW_STATES_MAP to replicate across the cluster ?