How to know if the AJP is working correctly, ports are set correctly to each component (IdM, IdP, and IdG)?
To verify that the services are listening on the correct default AJP ports, inspect the runtime logs rather than the generated XML files. The default AJP ports are 8009 (IdM), 8010 (IdP), and 8011 (IdG).
more server.log | grep -i ajp
more eurekify.log | grep -i ajp
The XML configuration files located under /opt/brcm/iga/inst/wildfly-*/standalone/configuration/ are dynamically generated from system templates during the server startup process. Any manual modifications made directly to these XML files will be overwritten on every service restart.