How to know if the AJP is working correctly?
search cancel

How to know if the AJP is working correctly?

book

Article ID: 435016

calendar_today

Updated On:

Products

CA Identity Portal CA Identity Suite CA Identity Governance CA Identity Manager

Issue/Introduction

How to know if the AJP is working correctly, ports are set correctly to each component (IdM, IdP, and IdG)?

Environment

  • Product: Identity Governance and Administration (IGA)
  • Version: v15
  • Components: Identity Manager (IdM), Identity Portal (IdP), Identity Governance (IdG)

Resolution

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).

Verification Steps

  1. Navigate to the log directory: /opt/brcm/iga/logs. 

  2. For Identity Manager (IdM) and Identity Portal (IdP), check the server.log by running the following command:
    more server.log | grep -i ajp

     

  3. For Identity Governance (IdG), check the eurekify.log by running the following command:
    more eurekify.log | grep -i ajp

     

  4. Confirm the listener status by looking for an entry similar to the following: 
    INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow AJP listener ajp listening on [0:0:0:0:0:0:0:0]:8011

Additional Information

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.