JProfiler Remote Application Integration in web sphere 8.5

1.1k views Asked by At

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

1

There are 1 answers

4
Ingo Kegel On BEST ANSWER

The VM parameters for the server go into server.xml, not into the start script. The start script just starts an admin server that terminates when the operation is complete.

I would recommend to use the Websphere integration wizard under

Session->Integration Wizards->New Server Integration