Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 89744 invoked from network); 3 Mar 2010 17:03:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 17:03:42 -0000 Received: (qmail 92366 invoked by uid 500); 3 Mar 2010 17:03:31 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 92201 invoked by uid 500); 3 Mar 2010 17:03:31 -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 92192 invoked by uid 99); 3 Mar 2010 17:03:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 17:03:31 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mrt181@googlemail.com designates 209.85.219.223 as permitted sender) Received: from [209.85.219.223] (HELO mail-ew0-f223.google.com) (209.85.219.223) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 17:03:23 +0000 Received: by ewy23 with SMTP id 23so1025900ewy.24 for ; Wed, 03 Mar 2010 09:03:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=wXdNryXRlv/wJ+14X55QHd8x13JheMDF5OVjnrdiJCM=; b=H31m9d4jU+osjAFS3r1UPh3OKs4Dn2IuH8fjjQCmESNuNYCGitaBoTpepwBiJbisov OIKkXt5jvUOhxb0r90JazZmsY0drKexSAclrqyOA/IBb5mJLPCAx5+hayDVgIQj0ktiC 5CM1SOgDsUwpMzKb7bxLjYSPQs/Dts4ACQmhg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=TG3ZZ/Dha2D/mTM+at43e98Pzo7L7S0udpFEesId7jtCgeYW9zQAzrCQyrqv4oypbU anCiPHodyyJGiccMTiK7cKErv8BD8yYwBPBHO3AC/EwxXGeaOUJXgxeWmCibQkmekmuk QXteS1WVC9Sovq2eN02/atf9hwUSwC9QX1d8s= MIME-Version: 1.0 Received: by 10.213.109.129 with SMTP id j1mr5788564ebp.35.1267635781440; Wed, 03 Mar 2010 09:03:01 -0800 (PST) From: martin Date: Wed, 3 Mar 2010 18:02:41 +0100 Message-ID: Subject: problems with welcome files To: users Content-Type: multipart/alternative; boundary=000e0ce0cc9c75166f0480e8749f --000e0ce0cc9c75166f0480e8749f Content-Type: text/plain; charset=UTF-8 Hi, i have installed apache http 2.2.14 and tomcat 6.0.24. I deployed railo 3.1.2.001 final (cfml engine). I have to use Windows XP and i have administrative privileges. This is my httpd-vhost.conf: ServerName railo DirectoryIndex index.cfm index.html ProxyRequests Off Order deny,allow Allow from all ProxyPass / ajp://railo:8009/ ProxyPassReverse / ajp://railo:8009/ I added this to tomcats server.xml: Railo has the following in its web.xml index.cfm index.cfml Everytime i try to access a directory which contains an index.cfm file i get a HTTP 500 error (FileNotFoundException) from Tomcat. I.E. http://railo/coldbox/dashboard/index.cfm This works. http://railo/coldbox/dashboard Does not work. I get this: HTTP Status 500 - ------------------------------ *type* Exception report *message* *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception* java.io.FileNotFoundException: C:\webapps\viss-dev\coldbox\dashboard (Zugriff verweigert) java.io.FileInputStream.open(Native Method) java.io.FileInputStream.(Unknown Source) railo.commons.io.res.type.file.FileResource.getInputStream(FileResource.java:198) railo.commons.io.IOUtil.copy(IOUtil.java:153) railo.runtime.engine.CFMLEngineImpl.serviceFile(CFMLEngineImpl.java:288) railo.loader.servlet.FileServlet.service(FileServlet.java:32) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) *note* *The full stack trace of the root cause is available in the Apache Tomcat/6.0.24 logs.* ------------------------------ Apache Tomcat/6.0.24 WTF is wrong? --000e0ce0cc9c75166f0480e8749f--