Lite Forum
Discussions
Activity
Sign In
Can I test Common Java application (jar) in App Dynamic
sheri
February 2011
in
Questions
I have a java application which does not run in any AS, that is an usual "jar" ...
How can I test it through AppDynamics Lite?
Best Rergards
/Sheri
Comments
arpit
February 2011
Hello Sheri,
You can try with following command.
java -javaagent:"{LiteAgentInstallDir/javaagent.jar}" -jar {your_jar_file_name}
You will need to configure pojo rules specific to your app to monitor specific BTs. please refer to this link for monitoring pojo transactions
http://litedocs.appdynamics.com/default.htm?configure_business_transactions_for_pojo_requests.htm
Regards,
Arpit Patel
Manohar
February 2011
Hi,
I did the same thing mentioned above but still it is not showing up anything in the viewer. But it works if the jar is running from jboss.
arpit
February 2011
Helllo Manohar,
Can you please confirm if you are running with latest lite version of product ? We have done one major release with more enhancements and issues fixes.
Regards,
Arpit Patel
Ruchita
August 2011
For configuring business transactions for POJO requests, please refer to following location:
http://litedocs.appdynamics.com/display/ADLite/Configuring+Business+Transactions+For+POJO+Requests
Thanks,
Ruchita
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
Recent Discussions
Categories
All Categories
235
Ideas
19
Problems
139
Questions
71
Announcements
1
Useful Tips
0
FAQ
5
Powered by Vanilla
Comments
You can try with following command.
java -javaagent:"{LiteAgentInstallDir/javaagent.jar}" -jar {your_jar_file_name}
You will need to configure pojo rules specific to your app to monitor specific BTs. please refer to this link for monitoring pojo transactions
http://litedocs.appdynamics.com/default.htm?configure_business_transactions_for_pojo_requests.htm
Regards,
Arpit Patel
I did the same thing mentioned above but still it is not showing up anything in the viewer. But it works if the jar is running from jboss.
Can you please confirm if you are running with latest lite version of product ? We have done one major release with more enhancements and issues fixes.
Regards,
Arpit Patel
http://litedocs.appdynamics.com/display/ADLite/Configuring+Business+Transactions+For+POJO+Requests
Thanks,
Ruchita