【发布时间】:2015-06-17 11:04:13
【问题描述】:
我们正在使用 Web Sphere 8.5 和 JProfiler 8.1。我想挂钩在 WebSphere 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这一行添加
【问题讨论】:
标签: websphere websphere-8 jprofiler