Hi,
I am busy with a POV and have a problem following transactions from LoadRunner.
I can see tagged web requests (after tagging the LoadRunner script in dynaTrace), but they are calling an Oracle Forms servlet and downloading a thin Java client. At this point, the Purepath from the web requests stops and a Listener servlet takes over and I need to tie it to the back-end Purepaths on the WebLogic app servers.
Is there a way to inject an agent into the thin client?
Thanks,
Derick
Answer by Andreas G. ·
I hope this answer doesnt come too late - but you should be able to inject a Java Agent into the Oracle Forms "Thin" Client. Correct me if I am wrong - but I believe they still use an Applet for that client. In order to get our agent into the applet you need to modify the applets launch parameters - which should be doable on the server-side. Check out the documentation on the startup parameters for applets: Java Applets
JANUARY 15, 3:00 PM GMT / 10:00 AM ET