Weblogic remote debugger java
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.
相关推荐
devalone 2013-06-09
zhangxiaocc 2019-12-15
wtbapi 2010-10-30
88423860 2016-04-17
sjpeter 2014-07-26
secondid 2014-07-23
Ryzelan 2014-05-11
xrslt 2019-05-03
liaoxuewu 2017-03-09
lvzhiliang 2018-11-29
dasheng0 2017-08-27
hickwu 2014-10-21
daidaizhuzhu 2012-11-13
LUOPING0 2012-03-21
王道立心 2012-02-21
ftafta 2012-01-13
小波波 2011-06-15