The CRM Integration servlet is configured by default to handle requests sent to the URL: /agent/agentIntegrationService
If the context root for the Agent web application is changed to something other than /agent, then this change will need to be reflected in the CRM integration servlet as well.
In the ACC, edit the matchUri property in /atg/dynamo/servlet/pipeline/ to reflect this change. You also then need to change the
CRMServiceAgentAccessServletmatchUri property in /atg/dynamo/servlet/dafpipeline/CRMServiceAgentAccessServlet.
For example, if the context root for the Agent web app was changed from /agent to /serviceagent, then the matchUri property would need to be changed to: /serviceagent/
agentIntegrationService

