2008/9/24 Dermot <[EMAIL PROTECTED]>: > 2008/9/24 J. Shirley <[EMAIL PROTECTED]>: >> On Tue, Sep 23, 2008 at 4:30 PM, Dermot <[EMAIL PROTECTED]> 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. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
