【发布时间】:2013-12-05 10:09:56
【问题描述】:
我想以远程调试模式从 IDE 连接到 Weblogic。我添加了set JAVA_OPTIONS=-Xdebug -Xrunjdwp:transport=dt_socket,address=54840,suspend=n,server=y
到startWebLogic.cmd。启动后,weblogic 服务器打印出Listening for transport dt_socket at address: 54840。但是当我尝试连接时出现错误:
Unable to open debugger port : java.net.ConnectException "Connection refused: connect"
我用 Apache Tomcat 检查了 54840 端口上的远程调试,一切都很好。请告诉我 Weblogic 出了什么问题。
WebLogic Server 版本:12.1.2.0.0 开发模式。
【问题讨论】:
标签: remote-debugging weblogic12c