Enable JNDI

To enable the Java Naming and Directory Interface (JNDI), complete the following steps:

  1. Open the CSA_HOME/jboss-as/standalone/deployments/csa.war/WEB-INF/applicationContext.xml file in a text editor.

  2. Locate the comment START HA Mode Configuration and uncomment the following content:

    <jee:jndi‑lookup id="channelGroup" jndi‑name="java:jboss/clustering/group/server" expected‑type="org.wildfly.clustering.group.Group"/>

  3. If you modified the channel group, update the value of the jndi-name attribute to the new group name.

  4. Save and exit the file.