Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 14464 invoked from network); 1 Nov 2006 18:37:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 18:37:05 -0000 Received: (qmail 58930 invoked by uid 500); 1 Nov 2006 18:37:02 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 58901 invoked by uid 500); 1 Nov 2006 18:37:02 -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 58889 invoked by uid 99); 1 Nov 2006 18:37:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 10:37:02 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [128.3.30.30] (HELO hpcrdm.lbl.gov) (128.3.30.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 10:36:47 -0800 Received: from localhost (localhost [127.0.0.1]) by hpcrdm.lbl.gov (Postfix) with ESMTP id 06E2670002301 for ; Wed, 1 Nov 2006 10:36:27 -0800 (PST) Received: from hpcrdm.lbl.gov ([127.0.0.1]) by localhost (hpcrdm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03564-05 for ; Wed, 1 Nov 2006 10:36:22 -0800 (PST) Received: from [192.168.0.10] (ip68-107-108-23.sd.sd.cox.net [68.107.108.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hpcrdm.lbl.gov (Postfix) with ESMTP id C6AB4700022B0 for ; Wed, 1 Nov 2006 10:36:22 -0800 (PST) Message-ID: <4548E926.7010104@gridsphere.org> Date: Wed, 01 Nov 2006 10:36:22 -0800 From: Jason Novotny User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: users@tomcat.apache.org Subject: including a jsp outside of tomcat directory Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hpcrdm.lbl.gov X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have something like a content management webapp where I want to keep a directory on the filesystem containing markup fragments (JSP and HTML). Ideally I'd like this directory to be outside of my webapp, so that users could simply drop in a new WAR without blowing away the content directory. Unfortunately I see that if I use the RequestDispatcher.include mechanism to include a file not in the webapp, it doesn't work-- are there any workarounds available? Thanks, Jason --------------------------------------------------------------------- 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