You can configure the number of URL segments that Java Agent sends to Analytics. The default limit is 20 URL segments.
For example, the below command configures the limit to 18 URL segments.

-Dappdynamics.analytics.servletSpy.maxUriSegmentCount=18
CODE