Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Currently the version if WebNS we have deployed on our CSS11800 use a TCP RST to close the TCP connection that is established for TCP Keepalives. This can be a problem when the server is a weblogic server. Therefore we run a scripted keeplive that us...
Excellent, thank you. I understand why it would use an TCP RST as opposed to a TCP FIN, but if you use a TCP RST with WebLogic servers it causes them to hang. Therefore the TCP connections need to be closed "gracefully" using a TCP FIN. I know new ve...