Hi,
I don't think there is a way to configure this at this time. As it's a
good idea, I've created the issue 356 for this
(http://restlet.tigris.org/issues/show_bug.cgi?id=356).
However, I think that the connector based on the jdk (the "net"
extension) does not perform multiple attempts.
best regards,
Thierry Boileau
hi chris
I tried this also because i use it to check a webservice from time to
time. I could not find a solution to it, so what i did was the
following:
I first created a socket, and tried to connect it to the webserver. If
it did not succeed, then i did not have to try connecting the client,
if it did, i knew that it would connect in one go
Hope that helps
Richard
On 9/5/07, Chris Jones <[EMAIL PROTECTED]> wrote:
The REST client will try mulitple attempts to connect with a REST server.
Is there a way to configure the number of attempts or turn off the
multiple attempts?
Thanks,
Chris