Web Sphere 8.5 中的 JProfiler 远程应用程序集成
JProfiler Remote Application Integration in web sphere 8.5
我们正在使用 Web Sphere 8.5 和 JProfiler 8.1。我想挂钩在 Web Sphere 8.5 中运行的 JVM。我已经完成了远程应用程序集成,之后我们必须在 Java 命令之后立即添加到我的远程应用程序的启动命令中。
-Xshareclasses:none -agentpath:/opt/jprofiler/bin/aix-ppc64/libjprofilerti.so=port=8849
"StartServer.sh"
文件是WebSphere的启动命令
能否请您确认我们在 "StartServer.sh"
或 "setupCmdLine.sh" 的下面一行之后添加了上述命令(如果文件由 StartServer.sh 调用)?
JAVA_EXE = "{JAVA_HOME}/bin/java"
-- 我们是否必须在 StartServer.sh or setupCmdLine.sh
这行中添加
服务器的 VM 参数进入 server.xml,而不进入启动脚本。启动脚本仅启动一个管理服务器,该服务器在操作完成时终止。
我建议使用
下的 Websphere 集成向导
会话->集成向导->新服务器集成
我们正在使用 Web Sphere 8.5 和 JProfiler 8.1。我想挂钩在 Web Sphere 8.5 中运行的 JVM。我已经完成了远程应用程序集成,之后我们必须在 Java 命令之后立即添加到我的远程应用程序的启动命令中。
-Xshareclasses:none -agentpath:/opt/jprofiler/bin/aix-ppc64/libjprofilerti.so=port=8849
"StartServer.sh"
文件是WebSphere的启动命令
能否请您确认我们在 "StartServer.sh"
或 "setupCmdLine.sh" 的下面一行之后添加了上述命令(如果文件由 StartServer.sh 调用)?
JAVA_EXE = "{JAVA_HOME}/bin/java"
-- 我们是否必须在 StartServer.sh or setupCmdLine.sh
服务器的 VM 参数进入 server.xml,而不进入启动脚本。启动脚本仅启动一个管理服务器,该服务器在操作完成时终止。
我建议使用
下的 Websphere 集成向导会话->集成向导->新服务器集成