How to check replication-granularity of jboss-web.xml

Solution Unverified - Updated -

Issue

How to know which replication-granularity the application use if I change related configuration in jboss-web.xml ?
Is there a way to check it from log?

Exmaple)
From :

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

To :

        <replication-config>
                <replication-trigger>SET</replication-trigger>
                <replication-granularity>ATTRIBUTE</replication-granularity>
                <snapshot-mode>INTERVAL</snapshot-mode>
        </replication-config>

Environment

Red Hat JBoss Enterprise Application Platform
- 5.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content