Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 39790 invoked from network); 2 Apr 2004 16:56:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 16:56:15 -0000 Received: (qmail 34407 invoked by uid 500); 2 Apr 2004 16:55:47 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 34384 invoked by uid 500); 2 Apr 2004 16:55:47 -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 34368 invoked from network); 2 Apr 2004 16:55:47 -0000 Received: from unknown (HELO admin.taylor.com) (216.194.86.24) by daedalus.apache.org with SMTP; 2 Apr 2004 16:55:47 -0000 Received: from cayenne (054.216-123-203-0.interbaun.com [216.123.203.54]) by admin.taylor.com (8.11.6/8.11.6) with ESMTP id i32Gtns24589 for ; Fri, 2 Apr 2004 09:55:49 -0700 From: "Chris" To: Subject: problem with url - extra / appended before action Date: Fri, 2 Apr 2004 09:55:49 -0700 Message-ID: <001101c418d3$5a0b90d0$540aa8c0@cayenne> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C41898.ADACB8D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0012_01C41898.ADACB8D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, =20 I have an application that uses frames. The problem that I am = experiencing is that when I go to a page that loads a new frameset all of my links = and buttons work correctly - that is they produce the correct url: www.companyname.com/action.do?parameter1=3Dblah . Now when I click one = of these links it populates a new page in the frameset, but the links are = all messed up. They all include an extra "/" before the action name: www.companyname.com//action.do?parameter=3Dblah . This extra = "/" is also found in the element for these pages. =20 This problem only occurs when I deploy the application (tomcat = standalone no apache involved) onto a linux box. The problem does not occur when I = test things on my windows box using eclipse and the tomcat sysdeo plugin. =20 Any idea what is going on here? =20 =20 Thanks, =20 c. ------=_NextPart_000_0012_01C41898.ADACB8D0--