after issuing the above command below is the result.
>java -javaagent:D:\Applogs\AppServerAgent-4.5.9.25648\javaagent.jar -versionFull Agent Registration Info Resolver using selfService [true]Full Agent Registration Info Resolver using selfService [t...
I don't see any log file generated under D:/Applogs/appagent/ver4.x.y.x/logs/
When I did java -version -javaagent:D:/Applogs/appagent/javaagent.jar" it printed below,
java -version D:\Applogs\AppServerAgent-4.5.9.25648\javaagent.jaropenjdk version ...
I tried that as well but didn't work. Below is the exact parameter I have added as VM arguments in eclipse. Agent is not getting start
I have started the spring boot in command line using below command still didn't work.
java -javaagent:D:/Applog...
I added the javaagent path in the VM argument of spring boot application in eclipse like below. But when I start my application, application gets start and I am not seeing any message related to java agent starting also I am not seeing any connection...