cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Java agent implementation

Rohan.Vaikkath
AppDynamics Team

I am currently working on deploying Java agents, I have two applications running on the same host. I have app1 and aap2 running on the same host. If I want to instrument both applications how would I move forward doing this. Will I have multiple controller-info.xml files on the same host in dofferent directories?

How would a sample command look like If I wanted to run them through passing the arguments?

Is there anyway to edit the controller-info.xml file in order to achieve this?

 

 

Thanks.

1 REPLY 1

Peter.Holditch
Moderator
Moderator

Rohan,

 

This is an entirely normal scenario, which is discussed in the documentation.

 

In short, we advise customers to put the common parts of the configuration (e.g. controller URL) in the controller-info.xml file and then provide the parts that vary per JVM as system properties on the command line.

 

Warm regards,

Peter

 

 

 

 



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.