0 Replies Latest reply on Mar 25, 2011 4:05 PM by danydyn

    HTTP keep alive

    danydyn

      Hi,

       

      I am running a jax-ws web service (using CFX) on Jboss 4.2.2. Whenever a service method throws a buisness exception, cxf (jaxws) sets a 500 HTTP status code, which triggers Jboss to insert a Connection: Close header into the HTTP response.

      This behaviour is undesirable, as I want to re-use the connection in the client.

       

      Any suggestions?

       

      Thanks

       

      Daniel