Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
How do I install the AppDynamics Java Agent?
How do I validate that my deployed Java Agent is reporting?
C:\AppDynamics\JavaAgent (<JavaAgent-Home>)
<JavaAgent-Home>\version xxx\confdirectory
and edit controller-info.xml
a |
Controller hostname or IP addressThe same host you use to access the AppDynamics Controller's browser-based UI (for example SaaS Controller Host:
On-premises Controller Host:
|
b |
Controller HTTPS portThe same port you use to access the AppDynamics Controller's browser-based UI: SaaS Controller Port:
On-premises Controller Port:
DEPENDENCY: If
OVERRIDE:
|
c |
Specify whether to connect with SSL (HTTPS) or notThe Agent only connects to the Controller using SSL when you enable this property. Otherwise, it connects using HTTP. If you set <Controller-ssl-enabled> to “true”, then set the controller-port property to the Controller's HTTPS (see step “b”, above).
OVERRIDE:
|
d |
Application nameThe logical business application name that the JVM node belongs to, and NOT the deployment name (EAR, WAR, JAR) on the application server.
For example, if monitoring a portal application or "Acme eCommerce", you could name a business application "Acme Portal". If a business application of that name doesn't exist, the Controller will create one.
OVERRIDE:
|
e |
Tier nameThe logical business tier this node belongs to. For example, a tier could be 'Acme frontend' or 'Acme Backend Service'. If your JVM/app server startup script contains a system property you want to use for the tiername (e.g., '-Dserver.tier'), you can use expressions like
OVERRIDE:
|
f |
Node nameThe name for this access node, which must be unique within the business application, e.g., 'weblogicinstance23', or 'hweb24'. If your JVM/appserver startup script contains a system property you want to use for the node name (e.g.,
OVERRIDE:
|
g |
Account nameIf you’re running in single-tenant mode (the default), you don’t need to configure this value.
<account-name>xxx</account-name>
OVERRIDE: |
h |
The account access key
OVERRIDE:
|
—javagaent
argument is appended to the startup command for the JVM. The argument should indicate the location of the Java Agent JAR file:-javaagent:<agent_home>/javaagent.jar
To validate that the Machine Agent is reporting on the Controller, navigate to Settings, then AppDynamics Agents. Click the AppServer Agents tab.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form