Hello Cédric,
what happens if you test this?
ClientResource res = new ClientResource("http://www.restlet.org");
res.get().write(System.out);Did you try another client connector, for example the one provided by the "net" extension? I mean, can you add the org.restlet.ext.net.jar to the classpath and test? Best regards, Thierry Boileau ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2710473

