window version
1, add below line after "set JAVA_OPTIONS=%SAVE_JAVA_OPTIONS%" in startWebLogic.cmd
set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=7088,server=y,suspend=n %JAVA_OPTIONS%
2, new debugger at Remote Java Application then input host and post at Eclipse.
linux version
1,add this line before umask at startWebLogic.sh
JAVA_OPTIONS="${JAVA_OPTIONS}-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
export JAVA_OPTIONS
umask 037
2, new debugger at Remote Java Application then input host and post at Eclipse.
配置WebLogic服务器的远程调试功能

本文详细介绍了如何在Windows和Linux环境下为WebLogic服务器添加远程调试功能,包括修改命令行参数、设置Eclipse远程调试环境等步骤。

1180

被折叠的 条评论
为什么被折叠?



