Oracle WebLogic Startup Settings
To enable the Splunk AppDynamics Java Agent add the javaagent command-line option to the WebLogic startup file. If you start and stop clustered WebLogic servers using Node Manager, configure server startup in the WebLogic Server Administration Console.
Instrument Oracle WebLogic for Windows
Instrument Oracle WebLogic for an Application Running as a Windows Service
Some applications have a pre-compiled startup method that installs WebLogic as a Windows service.
To add the agent to the service:
Instrument Oracle WebLogic for Linux
Instrument Clustered WebLogic Servers
For clustered WebLogic servers, you start and stop using Node Manager, and configure server startup in the WebLogic Server Administration Console.
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; };