Hello

Dose your wildfly runs at standalone mode ? or domain mode ? any adjustment of 
session replicating?

I add boss-web.xml as flowing


<?xml version="1.0" encoding="UTF-8"?>
<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
           xsi:schemaLocation="
  http://www.jboss.com/xml/ns/javaee
  http://www.jboss.org/j2ee/schema/jboss-web_5_1.xsd";>
    <context-root>/</context-root>

    <replication-config>
        <replication-trigger>SET_AND_GET</replication-trigger>
        <replication-granularity>SESSION</replication-granularity>
    </replication-config>

</jboss-web>



> On 2 Mar 2018, at 22:05, Ravi <ravi.k...@intellinet.de> wrote:
> 
> We also tried to put the pagestore on a shared filesystem, with a similar
> result.
> The session itself is only a few kb.
> 
> Thanks for taking the time!
> 
> --
> Sent from: 
> http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 

Reply via email to