Re: starting, stopping and starting a container throws an exception

2006-10-31 Thread Jerome Louvel
Hi Piyush, The issue was actually coming from Restlet's code which was recreating the connector instead of reusing the instance. Fix to be checked in SVN. Best regards, Jerome Piyush Purang a écrit : thanks for looking into it .. now we wait for the folks at mortbay On 10/23/06, Jerome

using log4j

2006-10-31 Thread Sumit Lohia
Is it possible to use log4j for access logging with restlets? I'm using restlet version 1.0b19 with an embedded Jetty webserver. Thanks. Sumit

I have extended ApplicationHelper. Now what?

2006-10-31 Thread Vincent
How do I register it? Form reading the code, it looks like I have to override com.noelios.restlet.Factory.createHelper, but it seems wrong. Thank you. -Vincent.