Hello Everyone,
I am trying to instrument UEM for a web application.
Web: Apache 2.2
App: Jetty 8.1.8.
I have instrumented UEM in the dT Client, also placed the Sensors, and make sure they are active. On the web page, I see the dT agent.js file, and using firebug, I see a call made, however I get no response. The response code is 302 Found, however 0 bytes, and no response headers. Please find the attached image.
The application requires a Client Certificate, not sure if it matters. Below is my UEM configuration in dT.
The agent is being injected automatically by the web server.
Any feedback if I have missed out on something? Or if you have configured UEM in environments where Client Cert is required.
Thanks for your help.
Regards,
Mohammed
Answer by Andreas G. ·
Hi
I think you have a problem in your web server configuration. When looking at the Firebug image I can see that when your browser tries to download our javascript agent (dtagent...js) your web server responds with a 302 and redirect the request to /agent-app/login. You need to make sure to configure your web server to serve the URL for our JavaScdript agent without requiring to first go to a login page.
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET