Hi, Suppose a restlet server implementation is tested to be functioning with lib/com.noelios.restlet.ext.simple_3.1.jar and lib/org.simpleframework_3.1/org.simpleframework.jar, how could i change it to be hosted by a Tomcat?
I have tried to replace these 2 files with lib/com.noelios.restlet.ext.servlet_2.4.jar and lib/javax.servlet_2.4/javax.servlet.jar. However, the following error message is given. == Aug 7, 2007 10:52:12 AM com.noelios.restlet.Engine createHelper WARNING: No available server connector supports the required protocols: HTTP . P lease add the JAR of a matching connector to your classpath. == Any code change required? How could i build the war to be deployed onto Tomcat? Thanks. Best Regards, Alex

