EAP 7.1 default configurations include a new "concurrent" cache in "web" container:
Local:
+ <local-cache name="concurrent"> + <file-store passivation="true" purge="false"/> + </local-cache>
HA:
+ <distributed-cache name="concurrent" mode="SYNC" l1-lifespan="0" owners="2"> + <file-store/> + </distributed-cache>
- blocks
-
CMTOOL-78 JBoss EAP 7.1 Support
- Closed