RE: from the org.restlet.data.Request, get the HttpServletRequest

2009-01-31 Thread christy . ring
Hi Jerome, can you confirm that this works if your using com.noelios.restlet.ext.spring.SpringServerServlet ? When I call the following from the Resource init final HttpServletRequest httpReq = ServletCall.getRequest(request); I get a null response? If this is not appropriate can

Virtual hosts - no domain only ip address

2008-08-19 Thread Christy Ring
(192.168.0.2); host.setHostPort(8183); host.attach(/jbox/v1, new com.vennetics.jbox.fs.api.v1.WidgetApplication()); component.getHosts().add(host) Any ideas much appreciated, Thanks in advance. Christy Ring [EMAIL PROTECTED]

Re: SSL problem

2008-08-17 Thread Christy Ring
().getParameters().add(keystorePath,/Users/ christyring/.keystore); This should work for locations other than ~/.keystore too. I've also noticed that the certificate you're using uses cn=Christy Ring. This won't prevent your server from starting, but the clients will complain because the CN

Re: SSL problem

2008-08-17 Thread Christy Ring
and referenced from Restlet. Christy Ring [EMAIL PROTECTED] On 17 Aug 2008, at 17:32, Bruno Harbulot wrote: Hi Christy, Christy Ring wrote: I wasnt aware of the certificate issue, thanks. I've modified the keytool command to reflect the changes you suggest as follows, deleted