You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Alex Chen <al...@sbcglobal.net> on 2005/03/03 01:58:21 UTC

Keep Alive

I am using Tomcat as my web server.  I am using AXIS for SOAP.  I notice 
via ethereal that the are a lot of
port opening from the client side for the HTTP (SOAP) requests.  I would 
like to keep the socket open
for the client.  I do not know which component is responsible for 
closing the socket, Tomcat server or
AXIS server, or even the client side, and how to keep the socket open 
and be reused by the same client.

Can anyone help?