Re: How can I deploy a ReSTlet based web service to apache tomcat?

2011-10-12 Thread Thierry Boileau
Hello, you can find some documentation from the servlet extension page : http://wiki.restlet.org/docs_2.1/81-restlet.html. Actually, this is explained in the javadocs of the ServerServlet class : http://www.restlet.org/documentation/2.1/jee/ext/org/restlet/ext/servlet/ServerServlet.html . You

Re: Re: [Restlet POC] Response Entity NULL

2011-10-12 Thread Thierry Boileau
Hello Christie, could you provide a reproductible sample test case (eclipse project)? Best regards, Thierry Boileau I am also having the same issue. My setup has Restlet 2.1 RC1 J2SE edition on the backend and using Restlet 2.1 RC1 GWT on the frontend. Parameter objects gets passed to the

Re: Issue in 2.1.m7 with SSL Client Connections

2011-10-12 Thread Thierry Boileau
Hello Alex, I've entered an issue for tracking this bug : http://restlet.tigris.org/issues/show_bug.cgi?id=1338. We're quite busy but will have a look at this preoccupating error. Best regards, Thierry Boileau On Tue, Sep 27, 2011 at 5:36 AM, Alex Milowski ale...@milowski.org wrote: Yet even

client side gzip decoding

2011-10-12 Thread Arjohn Kampman
Hi all, I'm trying to enable gzip decoding on the client using restlet 2.1-RC1 with the default http connectors. I've tried several things, but none of them worked. The javadoc suggests that the DecoderService can take care of this, but how do I use this in combination with a ClientResource?

Re: Issue in 2.1.m7 with SSL Client Connections

2011-10-12 Thread Alex Milowski
On Wed, Oct 12, 2011 at 1:05 AM, Thierry Boileau thierry.boil...@noelios.com wrote: Hello Alex, I've entered an issue for tracking this bug : http://restlet.tigris.org/issues/show_bug.cgi?id=1338. We're quite busy but will have a look at this preoccupating error. Thanks. I have a test case

RE: Re: How can I deploy a ReSTlet based web service to apache tomcat?

2011-10-12 Thread utkarsh
Thanks for the update, I will try it out and let you know if it worked. Btw, you first link is broken: http://wiki.restlet.org/docs_2.1/81-restlet.html. Thanks -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2853989