Hi all, I have a .WAR file that contains a simple HelloWorld, and I want to add it into my server. I'm using the Jetty connector.
When I run my war directly with Jetty Server, works fine, but when I try to run using Restlet, the following error occurs: Fev 23, 2012 2:40:47 PM org.restlet.engine.Engine createHelper Warning: No available server connector supports the required protocols: 'WAR' . Please add the JAR of a matching connector to your classpath. 2012-02-23 14:40:47.274:INFO::jetty-7.1.6.v20100715 2012-02-23 14:40:47.367:INFO::Started [email protected]:8080 I've attached my code, please, what can I do to resolve that? Thanks in advanced. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2925951
Main.java
Description: Binary data
MyResource.java
Description: Binary data

