Did anybody try AppDynamics to monitor ColdFusion app server? It uses JVM as underlying engine (JRE 1.6)
Hi,
Thanks for writing to appsphere community forum. We see few customers using appdynamics agent to monitor coldfusion. Please find the steps to configure AppDynamics agent on coldfusion server:
- To install the AD agent on ColdFusion, start ColdFusion and access the Administrator Console.
- Expand SERVER SETTINGS in the left hand tree, then click Java and JVM
- In the JVM Arguments text box, add the AD agent entry to the -javaagent argument
- Click Submit Changes
Or please refer the attached screen shots(coldfusion-agentconfig-screen1.png, coldfusion-agentconfig-screen2.png)
for reference.
Or else we can also add -javaagent argument to jvm.args property in jvm.config file located at
<ColdFusion_Install_Dir>\cfusion\bin\jvm.config and restart the ColdFusion as follows:
Ex:
shell>>cd C:\ColdFusion10\cfusion\bin
shell> coldfusion.exe restart
Ex: C:\ColdFusion10\cfusion\bin\jvm.config
Let us know if that information helps.
Thanks,
Arun