Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 51774 invoked from network); 23 Oct 2007 11:14:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 11:14:40 -0000 Received: (qmail 40971 invoked by uid 500); 23 Oct 2007 11:14:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 40947 invoked by uid 500); 23 Oct 2007 11:14:16 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 40936 invoked by uid 99); 23 Oct 2007 11:14:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 04:14:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of funkman@joedog.org designates 204.74.20.252 as permitted sender) Received: from [204.74.20.252] (HELO sid.armstrong.com) (204.74.20.252) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 11:14:20 +0000 Received: from [10.38.20.106] (tafunk-old.americas.armstrong.com [10.38.20.106]) by sid.armstrong.com (8.13.6/8.12.8) with ESMTP id l9NB6xFP013413 for ; Tue, 23 Oct 2007 07:06:59 -0400 Message-ID: <471DD774.6000704@joedog.org> Date: Tue, 23 Oct 2007 07:13:56 -0400 From: Tim Funk Organization: Human Being User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Why DefaultServlet listing does not work References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org You want listsings=true in web.xml contained in $CATALINA_HOME/conf/web.xml -Tim Artur Rataj wrote: > Hello. I have the following servlet definition: > > > Listings > org.apache.catalina.servlets.DefaultServlet > > debug > 0 > > > listings > true > > 1 > > > > Listings > /listings > > > It did say resource not available until I created a directory `listings' in the > application directory. Then it become to show an empty directory listing. > I then created various files in the directory, but the directory listing > was still empty, even after page reload. What did I wrong? > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org