加速Jdeveloper 内置WebLogic的启动速度

来源:互联网 发布:windows查看内存命令 编辑:程序博客网 时间:2024/05/21 13:10

如果在启动Jdev内置的WLS发现有下面的log输入,说明运行的主机网卡绑定多了多个IP地址。这样就会造成WLS启动时的额外的时间开销。可以在WLS Console中写死当前服务器的IP地址来避免绑定多个IP。

 

<Feb 2, 2012 1:07:41 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>

<Feb 2, 2012 1:07:41 PM PST> <Warning> <Server> <BEA-002611> <Hostname "mirocha-LAP1.st-users.us.oracle.com", maps to multiple IP addresses: 192.168.239.1, 192.168.41.1, 192.168.56.1, 10.43.1.12, 0:0:0:0:0:0:0:1>

<Feb 2, 2012 1:07:41 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>

<Feb 2, 2012 1:07:41 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.41.1:7101 for protocols iiop, t3, ldap, snmp, http.>

<Feb 2, 2012 1:07:41 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.56.1:7101 for protocols iiop, t3, ldap, snmp, http.>

<Feb 2, 2012 1:07:41 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 10.43.1.12:7101 for protocols iiop, t3, ldap, snmp, http.>

<Feb 2, 2012 1:07:41 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 192.168.239.1:7101 for protocols iiop, t3, ldap, snmp, http.>

 

两种情况下,启动的速度可以相差20秒左右。