Has Anyone actully tried to instrument the actual WebLogic Admin Server ?
We are having some issues with an LDAP process and would like to instrument the admin server so we can see exactly where our calls are going and what is going on in that end point.
I used the standard config we use to instrument our app but it is not showing up in the console.
So I was wondering if anyone here had done this.
normal config to instrument our app.
-javaagent:/opt/appdynamics/appAgent/javaagent.jar -Dappdynamics.agent.applicationName=cps-test -Dappdynamics.agent.tierName=HRP_UI -Dappdynamics.agent.nodeName=claimserver_nodenamehere
config we used to instrument admin
-javaagent:/opt/appdynamics/appAgent/javaagent.jar -Dappdynamics.agent.applicationName=cps_test -Dappdynamics.agent.tierName=HRP_ADMIN -Dappdynamics.agent.nodeName=admin_nodenamehere
Pretty much the same.
I also added an entry to the weblogic.policy to make sure weblogic security features had access to /opt/appdynamics/appAgent-
... View more