Hi
I have exposed a service over HTTP invoker. Sometimes I do get Socket read timeout error. I have set setSoTimeout(60*1000). And this can be because some of the requests are taking longer than the above time. So far so good.
But a few times I have received exception code of HTTP 302 which means temporary redirect. Now this is something for which I m still not able to find the root cause.
The server on which this remoting service is deployed. throws this message
HttpMethodDirector - Redirect requested but followRedirects is ... not allowed
What setting is needed to get Rid of this error.