Hi Rickard,
here is the documentation about the connectors. http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/325-restlet/37-restlet.html If you want to use the "net" connector, just put the org.restlet.ext.net.jar archive in the classpath (because it relies on the JDK). If you want to use the "httpclient" connector, just put the org.restlet.ext.httpclient.jar archive and its dependencies (httpclient, httpcore, etc. from the apache project, there also part of Restlet delivery) in the classpath. I hope this will help you. Feel free to tell if not. Best regards, Thierry Boileau ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2649257

