We are using Web Sphere 8.5 and JProfiler 8.1. I want to hook the JVM runnning in Web Sphere 8.5. I have completed the remote appl;ication integration and after that we have to add into the Startup command of my remote application right after Java command.
-Xshareclasses:none -agentpath:/opt/jprofiler/bin/aix-ppc64/libjprofilerti.so=port=8849
"StartServer.sh"
file is the start command of Web Sphere.
Could you please confirm that we have add the above command after below line of "StartServer.sh"
or "setupCmdLine.sh"(if file is called by StartServer.sh) ?
JAVA_EXE = "{JAVA_HOME}/bin/java"
-- Do we have to add in this line of StartServer.sh or setupCmdLine.sh