From user-return-2010-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Fri Apr 29 17:15:14 2005 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 51421 invoked from network); 29 Apr 2005 17:15:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2005 17:15:14 -0000 Received: (qmail 10748 invoked by uid 500); 29 Apr 2005 17:16:33 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 10580 invoked by uid 500); 29 Apr 2005 17:16:32 -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 Delivered-To: mailing list user@forrest.apache.org Received: (qmail 10561 invoked by uid 99); 29 Apr 2005 17:16:32 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from ns3.wkwyw.net (HELO ns3.wkwyw.net) (217.199.181.91) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 29 Apr 2005 10:16:32 -0700 Received: (qmail 28322 invoked from network); 29 Apr 2005 17:15:15 -0000 Received: from 82-69-78-226.dsl.in-addr.zen.co.uk (HELO ?192.168.0.4?) (82.69.78.226) by ns3.wkwyw.net with SMTP; 29 Apr 2005 17:15:15 -0000 Message-ID: <42726B9B.7060700@apache.org> Date: Fri, 29 Apr 2005 18:15:07 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Why is default start page fixed on index.html? References: <11010537290.20050429182423@soethe.net> <1057563396.20050429184947@soethe.net> In-Reply-To: <1057563396.20050429184947@soethe.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ferdinand Soethe wrote: > Looking at the client-server dialog when asking for localhost:8888 I > found that a > > get / > > is replied to by > > HTTP/1.x 302 Moved Temporarily > Date: Fri, 29 Apr 2005 16:48:41 GMT > Server: Jetty/4.2.19 (Windows XP/5.1 x86 java/1.4.2_02) > X-Cocoon-Version: 2.2.0-dev > Transfer-Encoding: chunked > Location: http://localhost:8888/index.html > > So is this a problem of jetty rather than Forrest? Again, I don't think this is a "problem" it is standard for web servers to default to index.html. If you want to change it then you need to override the redirect that is in the forrest sitemap.xmap file by creating your own project sitemap. Ross