Has anyone installed the java agent into a WebLogic Service running on Windows? Is it as simple as adding the -agentpath stmt. to the CmdLine parm in the service entry in the registry. That's the plan we want to try, but we wanted to check here to see if this grounds already been covered.
Answer by McKenna J. ·
I think you have the right idea. Look at THIS as a reference for installing an agent on a Windows Service.
Hi Jacob,
I remember problems instrumenting WebLogic on Linux when I started it via the GUI in the browser. I added the -agentpath... argument in some field. (don´t remember its name and can´t repro it now)
When I added -agentpath... to JAVA_OPTS, instrumentation worked when I started WebLogic with <WebLogic_Home>/<base_domain>/bin/startWebLogic.sh, but when I started it from the GUI, the JAVA_OPTS entry didn´t have any effect.
Any insights? Thanks
G.
I really do not have much more insight into something like this. My experience is limited and have had most of it run by the developers who never reported any issues. Sorry I cannot help more.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET