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 85645 invoked from network); 11 May 2000 03:57:02 -0000 Received: from blizzard.columbus.rr.com (204.210.252.245) by locus.apache.org with SMTP; 11 May 2000 03:57:02 -0000 Received: from winnt (dhcp26153140.columbus.rr.com [24.26.153.140]) by blizzard.columbus.rr.com (8.9.3/8.9.3) with SMTP id XAA04201 for ; Wed, 10 May 2000 23:56:38 -0400 (EDT) From: "James Cook" To: "Tomcat-User" Subject: Relative Paths Date: Wed, 10 May 2000 23:56:10 -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.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I checked out the HelloWorld example, and ran across the following comments: // note that all links are created to be relative. this // ensures that we can move the web application that this // servlet belongs to to a different place in the url // tree and not have any harmful side effects. // XXX // making these absolute till we work out the // addition of a PathInfo issue Has this topic been ironed out yet? I have tried many combinations of relative paths without success. thanks, jim