Remote Debugging WebLogic with Eclipse

之前记过远程调试Tomcat的方法,其实用于WebLogic也是一样的。

在WebLogic Server的启动脚本里给java命令加上debug参数

  1. set DEBUG_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=3999, server=y,suspend=n "%JAVA_HOME%binjava" %DEBUG_OPTS%  %JAVA_VM% %MEM_ARGS% ...

感谢 Levent Gurses 的文章 “Remote Debugging with Eclipse

0 Responses to “Remote Debugging WebLogic with Eclipse”


  • No Comments

Leave a Reply




This work by wolfg is licensed under a Attribution-Noncommercial-Share Alike 2.5 China Mainland.