Re: Client Timeout

2007-12-11 Thread Dustin Whitney
Yes, this was very helpful thanks! I think my problem was I was not reading the entire response, as was discussed in the documentation you sent. I also set my timeouts using the examples. I guess I have another question. How do I specify which connector to use? I believe the apache

Client Timeout

2007-12-10 Thread Dustin Whitney
All, How do I set the client timeout? I have seen reference to a method to the effect of client.setTimeout(), but that doesn't seem to be in the API any more. My problem is that I've got a quartz (framework for running scheduled tasks) job running in a webapp that is supposed to make a

Re: Client and cookies

2007-09-07 Thread Dustin Whitney
Thierry, Beautiful! That was exactly what I needed. Thanks for your help. Great library BTW. -Dustin