weblogic後台會報這樣的警告:
<Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 0:0:0:0:0:0:0:1:11,673 during the configured idle timeout of 5 secs>
而且是每過5秒就報一次,如果長時間前台不動,後台會有一堆warning。這個是weblogic伺服器連接超時的warning
默認設置的是5000ms,可以這樣更改
1.登錄weblogic
2.主頁-環境-伺服器-AdminServer-優化
3.在優化選項下有登錄超時選項,更改即可
關於連接超時的說明:
The login timeout for this server’s default regular (non-SSL) listen port. This is the maximum amount of time allowed for a new connection to establish.
A value of 0 indicates there is no maximum.
MBean Attribute:
Minimum value: 0
Maximum value: 100000
Secure value: 5000
可以看出最大值為100秒,最小值為0秒,適當修改就可以啦
以下文章點擊率最高
Loading…