AppD Archive

How to configure AppDynamics Agent for OC4J (Oracle Application Server)

CommunityUser
Splunk Employee
Splunk Employee

Do anyone implement appdynamics agent for OC4J (Oracle Application Server) and how do you configured the same?

Does app agent can be configured for SSO/OID component of the Oracle Application server?

0 Karma

Arun_Dasetty
Super Champion

Hi Kaushik,

Please find the steps to configure OC4J Oracle Application server:

- You need to add the -javaagent JVM argument as java startup option in the startup config file appropriately.
- Mostly it should be in opmn.xml where all configurations are specified.

For example:

========================================
<module-data>
<category id="start-parameters">
.....
<data id="java-options" value="<other options> -javaagent:/<path to agent installation directory>/javaagent.jar"/>
.....
</category>

=================

Other setup instructions remains same, which you can follow up from here:

http://docs.appdynamics.com/display/PRO13S/Install+the+App+Agent+for+Java

regarding other query, we currently do not officially support SSO/OID component of the Oracle Application server, However you can go ahead and try configuring app server agent if they are J2EE containers, if no OOTB BT discovers you can go ahead and define custom POJO rules.

Let us know if that clarifies your queries.

Thanks,

Arun

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...