hi
I'm doing a test with DT6.1,tomcat and Nginx 1.8.0. on windows 7 64-bit
when I access the pages direct,DT can get uem, for example:http://127.0.0.1:8080/NginxTest
but it can't when with Nginx,for example:http://127.0.0.1/NginxTest
Nginx dosen't appear in Transcation Flow.
Somebody can help me?
tks
Answer by Harald Z. ·
Hi Yu Hui Yu,
currently we do not have an agent for Nginx on windows.
The reason why you see UEM data in your first example is that you are connecting to tomcat on port 8080, which does the UEM agent injection. In your second example you are connecting to Nginx without an injected agent. I assume that you do not proxy_pass these requests to tomcat, therefore you don't see UEM data. I would not expect Nginx to be part of the transaction flow in either one of your examples.
does that make sense?
regards,
Harald
JANUARY 15, 3:00 PM GMT / 10:00 AM ET