• Log in

Java 2 security installation

If you are a WebLogic or WebSphere user and use the Java 2 security model, the New Relic Java agent requires additional configuration. Complete these steps after following the usual procedures to download and install the Java agent.

WebLogic: Java 2 Security

If you are using Java 2 security, add the following entry to weblogic.policy to complete installation:

grant codeBase "file:/full/path/to/newrelic/-" {
    permission java.security.AllPermission;
  };

Specify the directory containing newrelic.jar in /full/path/to/newrelic. The default policy file location is weblogic_root/server/lib/weblogic.policy.

WebSphere: Java 2 Security or Administrative Security

If you are using Java 2 Security or WebSphere Admin Security, you must grant all jars inside the New Relic install folder the proper permissions. You can enable New Relic for all app servers by editing your java.policy file. Or, you can enable New Relic for each app server individually by editing that server's server.policy file:

Tip

For each app, Java security permissions are determined by the union of java.policy and server.policy. Do not put the same permission settings in multiple files.

For more on policy file syntax, see Default Policy Implementation and Policy File Syntax.

Copyright © 2022 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.