aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes apache httpclient timeout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "apache httpclient timeout" Watch "apache httpclient timeout" New topic
Author

apache httpclient timeout

Kevin Yang
Greenhorn

Joined: Jul 30, 2003
Posts: 4
Hello, does anyone know how to setup http reading timeout in system properties or other way to set this value except direct call HttpClient.setTimeout()?
We have a third party web service API in our system, but recently often get reading timeout after connected to their web site, and kill our process.We find that their API use Apache HttpClient, but we are not authorized to change their code, so we need to achieve the same effect of "HttpClient.setTimeout()" outside the code.
Thanks!


IBM Certified Enterprise Developer<br />IBM Certified SOA Solution Designer <br />IBM Certified Advanced Application Developer - Rational Application Developer for WebSphere Software V6.0
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: apache httpclient timeout
 
Similar Threads
Session timeout - Apache overriding Tomcat?
Can we pass XML file as an HttpServletRequest?
sun.net.www.http.httpclient
core java communicates with servlet or jsp?
HttpClient Connection Time Out