RE: Re: Restlet Put Method infinite loop

2012-05-08 Thread Christie English
Thanks. I switched to the Jetty connector and it is creating the HTTP connector fine, but for some readon the HTTPS conector is still the internal connector: public void setupSSLServer(int nPort) { Server serverSSL = getServers().add(Protocol.HTTPS, nPort); SeriesParameter paramSSL

RE: Re: Re: File extensions content negotiation for POST

2012-05-08 Thread Lee Nave
Hello, I think it should be @Post(multipart:tsv), | means an alternative ( http://wiki.restlet.org/docs_2.1/13-restlet/328-restlet.html). Best regards, Thierry Boileau Yes, of course you are correct. I am using @Post(multipart:tsv), that was a typo in my earlier response. So anyway,

RE: Re: Restlet Put Method infinite loop

2012-05-08 Thread Christie English
Thanks, I will look into using the alternate connector. FYI, the exception was occurring with Restlet 2.1 RC4 J2SE -- May 7, 2012 8:40:51 PM org.restlet.util.SelectionRegistration block WARNING: Unable to block the thread at the cyclic barrier java.util.concurrent.TimeoutException

Remove

2012-05-08 Thread David Bakker
Please remove me from this list - This email and any files transmitted with it are confidential and is intended only for the individual named. If you are not the named addressee or if this email is to a user no longer associated with the named address you should not disseminate,

Re: Re: Jetty + Webapp + Restlet

2012-05-08 Thread Thierry Boileau
Hello Kevin, I think there is no need to provide your own ServerServlet or ServletAdapter. I'm able to run your code, once I simply provide a ServerServlet instead of DemoRestletServlet: // Restlet context ServletContextHandler restletContext = new ServletContextHandler(