Anil Bondalapati,
* Thanks for your quick reply.*
I have another doubt. While printing the logs I see 3 times each
statement. why this is happening. I put the TCP Monitor between server and
Client, I find only one request is going, but in logs I see 4 times for
every line. Bellow I am giving sa
Try this and it should work. HttpMethodRetryHandler retry_handler = new DefaultHttpMethodRetryHandler(0, false); HttpClientParams params = new HttpClientParams(); params.setParameter(HttpMethodParams.RETRY_HANDLER, retry_handler); options.setProperty(