Re: Communication Error (1001) - The connector failed to complete the communication with the server

2013-04-28 Thread David Leangen
Looks like the problem was with the jsslutils lib. Everything is working well now for me now and I like restlet, but there does not seem to be much activity on this list. Cheers, =David On 26 Apr 2013, at 5:36 PM, David Leangen wrote: Hello, Regarding my message below from earlier this

RE: Re: Re: Re: Dynamic Redirector

2013-04-28 Thread Grant
I haven't dug into this code, but I suspect you aren't manipulating References properly. I advise printing out the intermediate steps of your Reference computation to see where it goes wrong. That's just it, I don't think it is even selecting my Redirector as the target for the endpoint, b/c

Re: Re: Re: Re: Dynamic Redirector

2013-04-28 Thread Tim Peierls
On Sun, Apr 28, 2013 at 11:42 AM, Grant gsing...@apache.org wrote: I haven't dug into this code, but I suspect you aren't manipulating References properly. I advise printing out the intermediate steps of your Reference computation to see where it goes wrong. That's just it, I don't think

RE: Re: Re: Re: Re: Dynamic Redirector

2013-04-28 Thread Grant
On Sun, Apr 28, 2013 at 11:42 AM, Grant gsingers at apache dot org wrote: I haven't dug into this code, but I suspect you aren't manipulating References properly. I advise printing out the intermediate steps of your Reference computation to see where it goes wrong. That's just it,

Re: Re: Re: Re: Re: Dynamic Redirector

2013-04-28 Thread Tim Peierls
On Sun, Apr 28, 2013 at 12:58 PM, Grant gsing...@apache.org wrote: I am attaching my DynRedirector at: http://foo:port/a What's the code for this? It could be a Component level routing: VirtualHost host = component.getDefaultHost(); host.attach(/a, new DynRedirector(... args ...));