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 50376 invoked from network); 6 Dec 2000 15:26:13 -0000 Received: from trystero.not.invisible.net (204.62.247.11) by locus.apache.org with SMTP; 6 Dec 2000 15:26:13 -0000 Received: from petmai01.not.invisible.net (petmai01.not.invisible.net [204.62.249.11]) by trystero.not.invisible.net (8.9.3+Sun/8.9.3) with ESMTP id GAA25681 for ; Wed, 6 Dec 2000 06:57:11 -0800 (PST) Received: from edison (vpn-24.not.invisible.net [204.62.247.247]) by petmai01.not.invisible.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id XZSYBA5V; Wed, 6 Dec 2000 06:59:48 -0800 Message-ID: <009501c05f94$cdea5960$8455e5ce@edison> From: "Frank Morton" To: References: <001901c05f78$3e63b550$2916a8c0@SANSUI> <3A2E49F0.4AEEA7DC@hoaglandlongo.com> Subject: JServ Transition Question Date: Wed, 6 Dec 2000 09:57:07 -0500 Organization: Invisible Worlds MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I've been using jserv since the beginning and I'm finally making the jump to Tomcat. Looks great so far! Good job developers! I have a number of projects defined that are a mixture of static html and servlet created dynamic pages. As an example, I have one project named workspace with a directory serving static in htdocs named "workspace." In configuring tomcat, I also created a context named "workspace." So, to access a servlet within this context, I use "/workspace/servlet/WORKspace" but want to still access static html files and graphics using something like "/workspace/graphics/button-ok.gif" located within htdocs and served by apache rather than tomcat. If I'm making this clear, is there any way to avoid this naming conflict short of changing one of the names? Thanks. Frank Morton fmorton@invisibleworlds.com