From PNasrat@uk.now.com Wed Dec 13 11:02:27 2000 Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 72862 invoked from network); 13 Dec 2000 11:02:27 -0000 Received: from unknown (HELO nowims1.uk.now.com) (195.167.147.38) by locus.apache.org with SMTP; 13 Dec 2000 11:02:27 -0000 Received: by NOWIMS1 with Internet Mail Service (5.5.2650.21) id ; Wed, 13 Dec 2000 11:10:30 -0000 Message-ID: From: "Nasrat, Paul (NOW)" To: "Tomcat-User (E-mail)" Subject: Directory Listing (Tomcat 3.1) Date: Wed, 13 Dec 2000 10:59:49 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I've had a look through the archives and at the documentation under http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/ But I'm still having problems with directory listing with Apache/Tomcat. It's definately tomcat doing the listing, I've tried placing the Directory directives below the ApJServMount inc ase it's something odd - but that didn't work either. As far as I can work out Apache should be handling the request as I'm using AddHandler jserv-servlet .jsp ApJServMount /servlet Followed by the DocumentRoot and Directory stuff. I've looked through my web.xml for the webapp in question and through server.xml, but can't see anything obvious. One of the archive posts mentioned a Indexes option in web.xml but I don't have one there. Anyone got a solution for this? Paul