Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
02-25-2015 10:34 AM
Hello,
The customer has java applet embedded on web page.
Do we have any possibilities to monitor java applets ?
Does EUM module can help in this case ?
Thank you for any help.
Solved! Go to Solution.
02-27-2015 06:13 PM
We see this is addressed part of help tickets# 32229
04-17-2016 08:06 AM
how to get to the ticket
02-21-2017 07:55 AM
I was not able to check the ticket mentioned, so I've asked again to Support. Here is the summary of the answer.
.- Java Applet at user browser requires a standard Java agent and will connect to port 8090 of Controller as usual, so it must be open.
.- EUM does not have nothing to do with Java Applets loaded in user browser, at least by default. Perhaps it will show the loading of the static content (the applet code downloaded), but nothing else. But because in my case the applet opens its own HTTP/S connection here the EUM should see (I SUPPOSE) both things, browser requests and Java Applet requests.
.- To start Java Web Start application with the agent (i.e. for Java Applet at user browser),set environment variable JAVAWS_VM_ARGS: JAVAWS_VM_ARGS=-javaagent:<path to javaagent.jar>
.- If necessary, specify other VM options too: JAVAWS_VM_ARGS=-javaagent:<path to javaagent.jar> <other VM options>
.- Other option is to add -javaagent entry in jnlp file as follows under resources element:<resources> <j2se version java-vm-args="-javaagent:<AppServerAgent_dir> /javaagent.jar" />...
.- You can also try using the environment variable JAVA_TOOL_OPTIONS="-javaagent:/path/to/javaagent.jar" as mentioned in http://www.oracle.com/technetwork/java/javase/envvars-138887.html#gbmsy
.- If you have proxy between agent and controller network you can add proxy specific jvm args referred in below doc: https://docs.appdynamics.com/display/PRO42/Java+Agent+Configuration+Properties#JavaAgentConfiguratio...
I hope this helps everybody!
Regards,
Herman.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form