Java 2 Security Configuration
If you have enabled Java 2 security on your WebLogic server, you must add this code block to the weblogic.policy file:
grant codeBase "file:/<agent_home>/-"
{ permission java.security.AllPermission; };
AppDynamics On-Premises
list_alt
If you have enabled Java 2 security on your WebLogic server, you must add this code block to the weblogic.policy file:
grant codeBase "file:/<agent_home>/-"
{ permission java.security.AllPermission; };