[jboss-user] [Beginners Corner] - Re: JBoss 4.2.2 Session Replication & Failover

francis17101970 do-not-reply at jboss.com
Wed Sep 3 05:21:42 EDT 2008


if you're talking about HTTP session replication I can suggest you to take a look at jboss-web.xml file. The replication-trigger element determines what triggers a session replication.

<jboss-web>
  |     <replication-config>
  |         <replication-trigger>SET_AND_NON_PRIMITIVE_GET</replication-trigger>
  |         <replication-granularity>SESSION</replication-granularity>
  |     </replication-config>
  | </jboss-web>
  | 

Hope it helps



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173889#4173889

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173889



More information about the jboss-user mailing list