Weblogic 服务器监听额外的 5001 端口

Weblogic 服务器监听额外的 5001 端口

Weblogic 托管服务器除了监听端口外,还在监听 5001。不知道为什么?请指教

答案1

WebLogic Server 通常默认监听两个端口 - 配置的非 SSL 端口和 SSL 端口。您可以在 WebLogic Server 的启动过程中看到与这些端口相关的日志消息。(注释末尾提供了一个示例,该示例来自仅配置了 HTTP 端口的 WLS 11g 域)

您是否在 WebLogic Server 上运行任何 Fusion Middleware 产品(如 OSB 或 SOA Suite)?这些产品通常具有用于不同目的的应用程序专用端口。

此外,我建议在你的 config.xml 中搜索对 5001 的任何引用 - 可能有一个网络通道配置为域的一部分,或者是一个管理端口。

####<01/03/2011 6:07:30 PM EST> <Notice> <Server> <danger-room> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:36936e7f:12e703dca5f:-8000-000000000000000a> <1298963250040> <BEA-002613> <Channel "Default[3]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
####<01/03/2011 6:07:30 PM EST> <Notice> <Server> <danger-room> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:36936e7f:12e703dca5f:-8000-000000000000000a> <1298963250040> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
####<01/03/2011 6:07:30 PM EST> <Notice> <Server> <danger-room> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:36936e7f:12e703dca5f:-8000-000000000000000a> <1298963250040> <BEA-002613> <Channel "Default" is now listening on 10.0.2.15:7001 for protocols iiop, t3, ldap, snmp, http.>
####<01/03/2011 6:07:30 PM EST> <Notice> <Server> <danger-room> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:36936e7f:12e703dca5f:-8000-000000000000000a> <1298963250040> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:a00:27ff:fe8d:6a0f:7001 for protocols iiop, t3, ldap, snmp, http.>

答案2

您很可能已经在 Weblogic 中安装并激活了 Hudson CI 服务。并且此服务监听端口 5001。有关更多信息,您可以查看这一页

相关内容