From documentation: https://www.dynatrace.com/support/help/installation/monitoring-setup/how-do-i-enable-agentless-real-user-monitoring/
Load balancer should terminate SSL as this is very expensive on Security Gateway. For a higher performance and if security constraints allow it, traffic can be forwarded via plain HTTP from load balancer to Security Gateway.
But is this http port listening by default? Which one is it? Via 9999 I don't get results using unsecure http. And in config.properties I don't find any other port setting than 9999.
Or is the documentation wrong here?
Solved! Go to Solution.
Hi Bert,
The documentation is correct.
It's just that the ActiveGate HTTP listening port is not enabled by default.
You can set this in the custom.properties file
[com.compuware.apm.webserver]
port = 9990