Re: Using Restlet inside a servlet container

2011-07-05 Thread Willem Jiang
org/jira/browse/CAMEL-4175 . Not being able to use the RestletServlet outside of Camel is not a problem for me either, so no worries there. -- View this message in context: http://camel.465427.n5.nabble.com/Using-Restlet-inside-a-servlet-container-tp4550049p4553158.html Sent from the Camel - Use

Re: Using Restlet inside a servlet container

2011-07-05 Thread Stu.C
problem for me either, so no worries there. -- View this message in context: http://camel.465427.n5.nabble.com/Using-Restlet-inside-a-servlet-container-tp4550049p4553158.html Sent from the Camel - Users mailing list archive at Nabble.com.

Using Restlet inside a servlet container

2011-07-04 Thread Stuart Churchill
Under Camel 2.7.2, I'm trying to establish a configuration to allow me to define Restlet consumers in my camel-context.xml, which are served by a servlet defined in web.xml, with the aim being to; a) permit the use of relative URI paths in camel-context, giving greater deployment flexibility