3 Replies Latest reply on May 16, 2013 7:52 AM by rhusar

    Clustering and failover

    fnossair

      hi

      i have installed mod cluster with apache and JBoss 7 and apache.

      the problem is that the response time is so long.

       

      when i drop

       

      <cache-container name="web" aliases="standard-session-cache" default-cache="repl">

                          <transport lock-timeout="60000"/>

                          <replicated-cache name="repl" mode="ASYNC" batching="true">

                              <file-store/>

                          </replicated-cache>

                          <replicated-cache name="sso" mode="SYNC" batching="true"/>

                          <distributed-cache name="dist" mode="ASYNC" batching="true">

                              <file-store/>

                          </distributed-cache>

                      </cache-container>

       

      the response time become well but i have no failover.

       

      can any bady have any idea to have a goor time response and the failover.

       

      thanks.