Crowd - AWS X-Ray integration

Deleted user June 8, 2017

I would like to integrate Crowd application with AWS X-Ray to diagnose each element of the application’s processes in order to get a full snapshot of how an application is performing.

I have tried to insert the following into .../apache-tomcat/conf/web.xml:

<filter>
  <filter-name>XRayServletFilter</filter-name>
  <filter-class>com.amazonaws.xray.javax.servlet.AWSXRayServletFilter</filter-class>
</filter>
...
<filter-mapping>
  <filter-name>XRayServletFilter</filter-name>
  <url-pattern>*</url-pattern>
</filter-mapping>

The aws-xray-recorder-sdk-core-1.1.1.jar was downloaded and added to the .../apache-tomcat/lib, although the the tomcat will fail to start.

Does anybody know how to properly configure AWS X-Ray with Crowd? 

1 answer

0 votes
Bruno Vincent
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2017

Hi Tomasz,

I know nothing about AWS X-Ray but I'm under the impression you might have put the filter in the wrong place. Did you try to insert your filter in crowd-webapp/WEB-INF/web.xml instead of apache-tomcat/conf/web.xml ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events