I have done the following work:
1. installed the AppDynamics (15 days free trial).
2. Downloaded and unzipped the java agent
3. installed the mysql and tomcat, and they worked fine.
4. modifed CATALINA.bat on %TOMCAT_HOME%/bin/ as follows:
set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:"D:\AppServerAgent-4.1.8.2\javaagent.jar"
5. try to connect the application to the controller, and it's always "Waiting for Connection..."
6. I tried to get some information from using chrome debug mode, it seems that the response from server is like this:
{"applicationAdoptionStatus":"NO_APPLICATION_REGISTERED","applicationName":null,"applicationId":-1}
please help, thanks a lot.
↧