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

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

2006-10-23 Thread Jerome Louvel
Hi again, Thanks an interesting issue :-) After investigation, the Container does close the connectors as intended. This is actually done by the Component super class. In the Jetty 6 case, it does invoke the stop() method on the Jetty server, which apparently invokes the close() / stop() methods