Hi there,
1)Jboss server is used for hosting web application at our end.
2)Java AppMeasurement API is used to connect from my server side code to track page downloads.
3)A new suite has been created to test and AppMeasurement_EE jar has been included and the below code has been written
AppMeasurement s = new AppMeasurement(request, response);
s.account = "xxx";
s.sendFromServer = true;
s.trackingServer = "xxxxxxxx.112.2o7.net";
s.track();
When the code is being run there are no exceptions or errors but the pages are not being tracked.
Suspecting that a connection to the tracking server is not being established.
Looking forward to getting a solution.
Thankyou.