Hi everyone, I just joined the list because I have a problem with getting the gwt-example working with M7.
First of all to the restlet developers: great work! I really like the restlet-framework a lot. Now here is my problem: I downloaded the gwt example (from http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/144-restlet/188-restlet.html ) and it worked nicely in Eclipse when using the supplied launch-configuration. (Though there is a warning about a missing client connector for the WAR protocol, it still works nicely.) However, when I ran it as a stand alone Java application by running the org.restlet.example.TestServer I immediately get the following warning: "No available client connector supports the required protocols: 'WAR' . Please add the JAR of a matching connector to your classpath." I tried using M7 but this only changes the wording of the warning slightly: "No available client connector supports the required protocols: 'Web Archive Access Protocol' . Please add the JAR of a matching connector to your classpath." I tried adding the org.restlet.ext.servlet.jar to the classpath because I thought that this might do the trick, but to no avail. Any suggestions? Best regards, Stefan ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2444470

