Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 37988 invoked from network); 20 Feb 2003 17:23:11 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 20 Feb 2003 17:23:11 -0000 Received: (qmail 5897 invoked by uid 97); 20 Feb 2003 17:24:46 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 5890 invoked from network); 20 Feb 2003 17:24:45 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 20 Feb 2003 17:24:45 -0000 Received: (qmail 31411 invoked by uid 500); 20 Feb 2003 17:21:29 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 31394 invoked from network); 20 Feb 2003 17:21:28 -0000 Received: from unknown (HELO mail.cdi-hq.com) (207.104.45.33) by daedalus.apache.org with SMTP; 20 Feb 2003 17:21:28 -0000 Received: from ike (192-168-11-110.cdi-hq.com [192.168.11.110]) by mail.cdi-hq.com (8.10.1/8.10.1) with SMTP id h1KHLVf21814 for ; Thu, 20 Feb 2003 09:21:31 -0800 (PST) From: "Mike Jackson" To: "Tomcat Users List" Subject: RE: RequestDispatcher and WEB-INF Date: Thu, 20 Feb 2003 09:21:30 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-reply-to: <20030220115046.50314.qmail@web13202.mail.yahoo.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The web-inf is protected, ie it's not a part of the web app. At least not in terms of being able to serve files from within it. --mikej -=----- mike jackson mjackson@cdi-hq.com > -----Original Message----- > From: rf [mailto:rufoo2001@yahoo.com] > Sent: Thursday, February 20, 2003 3:51 AM > To: tomcat-user@jakarta.apache.org > Subject: RequestDispatcher and WEB-INF > > > I want to give out an exe after an authorization. So I > put the exe in WEB-INF to avoid direct access, and > tried to do: > RequestDispatcher rd = > req.getRequestDispatcher("/WEB-INF/my.exe"); > rd.forward (req, res); > > Tomcat 4.0.6 says /WEb-INF/my.exe cannot be found. > > I dont know how this is different from what Craig > mentioned at > http://marc.theaimsgroup.com/?l=tomcat-user&m=99790295202902&w=2 > > > Thank you > Rf > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org