[Catalyst] A suitable method to redraw a page

Dermot paikkos at googlemail.com
Wed Sep 24 09:33:52 BST 2008


2008/9/24 Dermot <paikkos at googlemail.com>:
> 2008/9/24 J. Shirley <jshirley at gmail.com>:
>> On Tue, Sep 23, 2008 at 4:30 PM, Dermot <paikkos at googlemail.com> wrote:
>
>>
>> Plugin::XMLRPC is -not- a controller, as such, you probably do want to use it.
>
> Do you mean do or 'do not' want to use it.



> My remote LWP client reads
>
> ...
>  my $server = 'http://server.mydomain.com:3000'
>  my $url = $server."/myapp/rest";
>
>  my $req = HTTP::Request->new(GET => $url);
>  $req->content('files');
>  my $ua = LWP::UserAgent->new();
>  $ua->timeout(5);
>  my $res = $ua->request($req);
>

Opps, dissgard that. My error.

I need to drop the /myapp while is running in debug mode
...:3000/rest/file works.

Thanx,
Dp.



More information about the Catalyst mailing list