Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 39653 invoked from network); 2 Jun 2008 08:08:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 08:08:14 -0000 Received: (qmail 3292 invoked by uid 500); 2 Jun 2008 08:08:16 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 3279 invoked by uid 500); 2 Jun 2008 08:08:16 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 3268 invoked by uid 99); 2 Jun 2008 08:08:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 01:08:16 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of juanpablo.santos@gmail.com designates 74.125.46.153 as permitted sender) Received: from [74.125.46.153] (HELO yw-out-1718.google.com) (74.125.46.153) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 08:07:28 +0000 Received: by yw-out-1718.google.com with SMTP id 5so461345ywr.0 for ; Mon, 02 Jun 2008 01:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=gD2jllB+65kc3tO7P4Lbt1FlOYFlWa8KNZRT7JVIr6Q=; b=ARaovgsFjWnPAOq4S7LKAjKtI8MzQ+SZBotL85/jNE0KXt/OY+HrWuWkBNuAU9hDZbhv860xJj5Y6lUqrQkjXAcptEfJHmcYUHSPCnRkBGzw/ZsGeLNiD7WzvRmM6GTlDk1i/pYE5mpf4paXlC45zh7bniJiRmMElnVN9h1rCFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ZeY2PDsW0YWcj+0We27bZ6ehNm64FdTJc3SHgi89kc8CI3au4Ya3TQ+GtM2JrNblbmn/rk7rDvIsySxEph181NGAsGcJa8lAjN5UNw9oYWx/G5qzqmSfrGk7+Blsv0lnUGGvVUoG6C4+zH31zk3/P1oDbWaclbaTeLi7Td1BuNc= Received: by 10.150.156.20 with SMTP id d20mr421618ybe.33.1212394065006; Mon, 02 Jun 2008 01:07:45 -0700 (PDT) Received: by 10.150.138.18 with HTTP; Mon, 2 Jun 2008 01:07:44 -0700 (PDT) Message-ID: Date: Mon, 2 Jun 2008 10:07:44 +0200 From: "=?ISO-8859-1?Q?Juan_Pablo_Santos_Rodr=EDguez?=" To: jspwiki-user@incubator.apache.org Subject: Re: RSS with absolute path filename In-Reply-To: <65C6176E8E96A746BE0DB55684F8D8042F2EDE@TCCEXCH01.pcdc.com.tw> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5686_13577798.1212394064985" References: <65C6176E8E96A746BE0DB55684F8D8042F2EDE@TCCEXCH01.pcdc.com.tw> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5686_13577798.1212394064985 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, have you set jspwiki.baseURL? it is mandatory in order to enable rss feeds (cfr. jspwiki.properties) regards, jp 2008/6/2 HC Tu ( 杜海成 ) : > Hi, > I configured RSS filename as an absolute path, something like > > jspwiki.rss.fileName = \\tmp\\rss.rdf > > JSPWiki is able to generate the feed file corretly but the rss URL > becomes http://domain/mywiki//tmp/rss.rdf and aceesing it results > a 404 error, i.e., > > description The requested resource (/mywiki//tmp/rss.rdf) is not > available. > > Do I need to configure some additiona properties? > > Hai-Chen Tu > > > > > > DISCLAIMER: > Sample Disclaimer added in a VBScript. > ------=_Part_5686_13577798.1212394064985--