I have already tried adding the mentioned string value to tomcat configuration but whenever i add this string to it my tomcat donot get starts and when i remove this configuration line it gets ok and tomcat behaves normal.
I have tried to do this with making different changes to configuration, like removing the java from the start, adding complete path of my jar file, removing complete path and adding only name, putting my jar into same folder as of app dynamics server etc.
All these cases got failed and I am still unable to load my jar.
Regarding POJO settings, i have configured them but as my jar is not loaded so there is no result in monitoring engine.
One thing more, my App Dynamics Lite server donot gets start with -java -javaagent:”agent_install_dir\javaagent.jar” but it starts with the configuration -javaagent:”agent_install_dir\javaagent.jar”
yes your entry looks correct . Are you trying to monitor stand alone application or the webapplication.
For Standalone application you will need java -javaagent:C:\App Dynamics\AppServerAgentLite\javaagent.jar -jar C:\primary\monitoringservices.jar this and you will need to define the pojo rules.
For webapp your first entry is correct .
Let me know if you are facing any issues in monitoring.
Hi, I have the same problem, trying to monitor a stand alone application, but there is nothing on the screen. I've define the pojo rules according to the given link. my jar configuration is