Enable JNDI

Enable the Java Naming and Directory Interface (JNDI):

  1. Open the <codar_home>\jboss-as\standalone\deployments\csa.war\WEBINF\applicationContext.xml (for Microsoft Windows) or <codar_home>/jboss-as/standalone/deployments/csa.war/WEBINF/applicationContext.xml (for Linux) file in a text editor.
  2. Locate the START HA Mode Configuration comment and uncomment 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 close the file.