Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 74502 invoked from network); 28 Sep 2005 18:28:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2005 18:28:53 -0000 Received: (qmail 27019 invoked by uid 500); 28 Sep 2005 18:28:52 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 26982 invoked by uid 500); 28 Sep 2005 18:28:52 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 26969 invoked by uid 99); 28 Sep 2005 18:28:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 11:28:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of williamstw@gmail.com designates 64.233.184.201 as permitted sender) Received: from [64.233.184.201] (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 11:28:57 -0700 Received: by wproxy.gmail.com with SMTP id i18so18092wra for ; Wed, 28 Sep 2005 11:28:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DRpRMIjyZP/jFMS4M5/YeIAi6JftlRBOkJvcGHfO0wAZxCxIQF39fmq6d1PrP8nziIEMBfI3yGZwJLyy3OB2WSQ6sbS8iw44bZLYb12+/226fINxIdMkHQ9Xk5wq3OuHOmzwqAm8+UBPWQ7sR0Um40WqU+etS6SD0/0oYqPt3AI= Received: by 10.54.104.3 with SMTP id b3mr201555wrc; Wed, 28 Sep 2005 11:28:29 -0700 (PDT) Received: by 10.54.125.6 with HTTP; Wed, 28 Sep 2005 11:28:29 -0700 (PDT) Message-ID: <4998884405092811282847de03@mail.gmail.com> Date: Wed, 28 Sep 2005 14:28:29 -0400 From: Tim Williams Reply-To: Tim Williams To: user@forrest.apache.org Subject: Re: Re: Can locationmap be used to find PDFs? In-Reply-To: <20050928180346.GQJK21663.eastrmmtao06.cox.net@smtp.east.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050928180346.GQJK21663.eastrmmtao06.cox.net@smtp.east.cox.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/28/05, greg.vaco@cox.net wrote: > Tim - > > Adding the "lm:" cause the hyperlink to be rewritten, but I wanted to pul= l the PDF and make it part of my local site as in the "Retrieving an XDoc v= ia HTTP" example - except it's not and XDoc file, but a PDF. > > -- Greg > > > > > From: Tim Williams > > Date: 2005/09/28 Wed PM 01:03:50 EDT > > To: user@forrest.apache.org > > Subject: Re: Can locationmap be used to find PDFs? > > > > On 9/28/05, greg.vaco@cox.net wrote: > > > I'm trying to pull PDFs from an external site by using locationmap, b= ut it isn't working. To test it using forrest-head's seed, I modified the = locationmap by adding: > > > > > > > > > > > > > > > > > > and added this to the section of site.xml: > > > > > > > > > > > > However, it fails to find it. Any thougths? Shucks sorry. You'll need a project sitemap entry like this: Keep your site.xml and locationmap entries as you had them. This should work but is a work-around. What you had originally will eventually work as we should be resolving raw content as well through the locationmap but we're not yet. --tim