Re: Help please - htpclient-4.0alpha3

2008-03-17 Thread Thorsten Scherler
On Sun, 2008-03-16 at 15:00 +0530, Biju P wrote: Hi, I am working on a research, on web technologies. I have downloaded your httpclient4.0-alpha3. I have tried running ClientExecuteDirect.java program that comes with httpclient4.0-alpha3. But I am getting the below error message.

Re: Help please - htpclient-4.0alpha3

2008-03-17 Thread Biju P
Hi Thorsten, Thank you very much. The issue has been resolved. Thanks alot, Biju P M Mailto: [EMAIL PROTECTED] Thorsten Scherler [EMAIL PROTECTED] 03/17/2008 01:30 PM Please respond to HttpClient User Discussion httpclient-users@hc.apache.org To HttpClient User Discussion

Re: Help please - htpclient-4.0alpha3

2008-03-17 Thread Thorsten Scherler
On Mon, 2008-03-17 at 13:37 +0530, Biju P wrote: Hi Thorsten, Thank you very much. The issue has been resolved. Thanks alot, Glad it works. salu2 Biju P M Mailto: [EMAIL PROTECTED] Thorsten Scherler [EMAIL PROTECTED] 03/17/2008 01:30 PM Please respond to HttpClient User

how 2 supress contentType when using multipartentity

2008-03-17 Thread ghanchakkar
Please help me. I building a bot and trying to upload file along with form fields. when compare the request generated by httpclient with that of microsoft browser, I notice that httpclient is having following format after the header. ---boundaryid Content-Disposition:

Re: Using HTTPClient to call Creative Commons Web Service

2008-03-17 Thread Oleg Kalnichevski
On Sat, 2008-03-15 at 10:00 -0700, Wayne Richards wrote: This is probably a newbie question, as I have just started working with the HTTPClient. The question is that I know that the following line placed in a browser address line will return what I want.

Re: how 2 supress contentType when using multipartentity

2008-03-17 Thread Oleg Kalnichevski
On Mon, 2008-03-17 at 11:30 -0700, ghanchakkar wrote: Please help me. I building a bot and trying to upload file along with form fields. when compare the request generated by httpclient with that of microsoft browser, I notice that httpclient is having following format after the header.

Re: How could cause connection reset

2008-03-17 Thread Oleg Kalnichevski
On Fri, 2008-03-14 at 11:24 +0800, hjw wrote: Hi,dear all: I trying to use httpclient to get data from a website once in 1 second ,but when the count of getting data is appropriate to above 300 times,the programme will show a connection reset exception,I must keep the programme to work no

Re: How could cause connection reset

2008-03-17 Thread hjw
Oleg Kalnichevski , I am sending a new HTTP request every second and then get the response.butusually connection reset after between 400 and 500 times,and some can over 1000 times. Raymond 2008/3/18, Oleg Kalnichevski [EMAIL PROTECTED]: On Fri, 2008-03-14 at 11:24 +0800, hjw wrote:

Send/Receive serialized object using Apache's httpclient package

2008-03-17 Thread Natarajan_Valli
Hi, Is it possible send/receive serialized object using HttpClient? I always get java.io.StreamCorruptedException: invalid stream header Exception. Here is my server side (servlet code) public void doPost ( HttpServletRequest request, HttpServletResponse response)

Re: How could cause connection reset

2008-03-17 Thread 游泳池的鱼
I think you are make spider. some server refuse you request when you send http request more frequence, like google 2008/3/18, hjw [EMAIL PROTECTED]: Oleg Kalnichevski , I am sending a new HTTP request every second and then get the response.butusually connection reset after between 400 and

Re: How could cause connection reset

2008-03-17 Thread hjw
You are right,but data on the server I request is change frequence ,sometimes may be 2 version data in one second. 2008/3/18, 游泳池的鱼 [EMAIL PROTECTED]: I think you are make spider. some server refuse you request when you send http request more frequence, like google 2008/3/18, hjw [EMAIL

Re: SSL Site

2008-03-17 Thread Ravichan
Hi .. I followed your steps . I have downloaded the certificate and stored as DER in local. Then I tried to execute the following command. keytool -keystore C:\Program Files\Java\jdk1.6.0\jre\lib\security\cacerts -import -alias mysecurestore -file C:\temp\certfile.cer -trustcacerts Its