How to clean or close Weblogic hanged connections?
Hi,
I have WLS 10.3.3 running in a Linux box with several connections hanged that I need to cleanup.
On the OS side, the connections are in "ESTABLISHED" State (netstat) but the client crashed and is off-line for several days:
tcp 0 0 ::ffff:172.28.7.34:8002 ::ffff:172.28.9.93:62085 ESTABLISHED
tcp 0 0 ::ffff:172.28.7.34:8001 ::ffff:172.28.9.93:61829 ESTABLISHED
tcp 0 0 ::ffff:172.28.7.34:8002 ::ffff:172.28.9.93:62597 ESTABLISHED
...
I have hundreds of those....
In WLS Administration Console I still have all the connections from the crashed server...
Is there a way to clean all those connections without restarting WLS?
Thank you very much for your help!
Pedro
0