recently I got AppDynamic as a tool to monitor servers of wso2 company(based on tomcat I may say). I manage to start the agent and the viewer, but then I try to add a new server in the same way, but cannot be reconized as another JVM. so do you have any suggestion?
Hi,
Thanks for trying out our LITE version of the product. We see one Lite viewer instance can only monitor once LiteAgent instance but this is not a limitation in our Pro version of product. http://www.appdynamics.com/blog/tag/free-trial/
However, you can try the following:
1) unzip the LiteViewer.zip to different folder locations (say: D:\LiteViwer1 D:\LiteViewer2)
2) start the Liteviwer1 and Liteviwer2 in two different command prompts with different ports as follows:
cmd> cd <LITEVIWER1_INSTALL_DIR>
cmd> java -Dadlite.port=8990 -jar adlite-viwer.jar
cmd> cd <LITEVIWER2_INSTALL_DIR>
cmd>java -Dadlite.port=8991 -jar adlite-viwer.jar
2) Now add -Dappdynamics.viewer.port=8990 in addition to -javaagent entry in one of the wso2 server instance and add -Dappdynamics.viewer.port=8991 in another server instance say instance2 now this instance can be monitored in liteviewer instance start with -Dadlite.port=8991
Hope that clarifies your and let us know if the provided information helps.
Thanks,
Arun