Did some googling and it looks like the answer is that there is no way to control that from the client side. However, if the server sets the timeouts on the Keep-Alive header on the response, the HttpURLConnection apparently honors it.

See:
http://forums.java.net/jive/thread.jspa?messageID=124270
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6238070

Not sure if that helps you at all.   :-(

Dan



On Jun 19, 2008, at 3:51 PM, jbonham wrote:


Hello

Any way to set keep-alive timeout on the CXF client side for an SSL
connection? Tomcat is set to 60 seconds but the connection is closed by the
client after 10 seconds.

By the way, I dropped my cxf.xml file on the classpath of the client side application and I don't see a difference - I had to set JSSE to make SSL
work. How do I know it is being read by CXF?

Thanks in advance
Andre
--
View this message in context: 
http://www.nabble.com/Setting-up-keep-alive-timeout-in-client-tp18016757p18016757.html
Sent from the cxf-user mailing list archive at Nabble.com.


---
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog




Reply via email to