Java or node.js APM agent installation without full internet access on host server

The lab server on which the APM agent is to be installed doesn't have full internet access due to our organizations strict firewall policies. Any other way to install java or node.js APM agent.

The java agent only needs the java agent jar, you can copy that on to any relevant machine the way you copy any files, it doesn't need internet access. You could also copy it into your Java application distribution and distribute with the application - just don't include the jar in the application classpath, it's a separate jar that should only be loaded using agent loading mechanisms

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.