Cluster support in the Demoiselle 2.4 Framework

1

I'm trying to upload an application using the Framework Demoiselle in version 2.4, but I noticed that web-fragment.xml of demoiselle-servlet does not have the <distributable/> tag. According to the servlet 3.0 specification, it is necessary that, in addition to web.xml, all web-fragments of the project have the tag <distributable/> . In this way, I would like to know if the Demoiselle framework supports clustering with session replication.

  

Environment:
  JBoss 6.1 EAP

     

Servlet 3.0
  Archetype Demoiselle-jsf-jpa: 2.4.0

I noticed that lib demoiselle-servlet used web-fragment but it did not have the <distributable/> tag, which invalidated the clustering of my entire application. I edited the demoiselle-servlet jar for testing purposes only, and in this way I noticed the correct functioning of the cluster (session replication worked!). In this way, the question remains, does not Framework Demoiselle allow clustering purposely or has this configuration just gone unnoticed?

    
asked by anonymous 23.10.2015 / 15:38

0 answers