Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 55427 invoked by uid 500); 21 Aug 2001 23:48:44 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 55420 invoked from network); 21 Aug 2001 23:48:44 -0000 Received: from ns.sentex.ca (HELO granite.sentex.ca) (199.212.134.1) by h31.sny.collab.net with SMTP; 21 Aug 2001 23:48:44 -0000 Received: from someone (p108b.xDSL-1mm.sentex.ca [64.7.134.237]) by granite.sentex.ca (8.11.6/8.11.6) with SMTP id f7LNmLi86866 for ; Tue, 21 Aug 2001 19:48:21 -0400 (EDT) (envelope-from rslifka@home.com) From: "Rob S." To: Subject: RE: Place JSP anywhere on the web server? Date: Tue, 21 Aug 2001 19:50:48 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi Jim, JSPs have no context outside of a "web application" and as such, cannot just execute from anywhere. I imagine your question is how to change where a web app resides on the HD. This is using the docBase attribute of the Context element in server.xml. - r > -----Original Message----- > From: Jim Michael [mailto:jmichael@chesterfield.mo.us] > Sent: Tuesday, August 21, 2001 7:28 PM > To: tomcat-user@jakarta.apache.org > Subject: Place JSP anywhere on the web server? > > > I am having trouble configuring a seemingly simple thing with > Apache/Tomcat. I need to be able to place a JSP anywhere in an > Apache document directory and have it hand these off to Tomcat > when requested. This is default behavior with JRun, for example, > but I can't get it working with Apache and Tomcat. > > When I place a JSP outside of a Tomcat container, Apache just > returns the code of the JSP. > > Can anyone give me the magic configuration that allows JSPs to > sit anywhere and still be rendered? > > Jim > >