Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 80926 invoked from network); 12 Feb 2006 14:35:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Feb 2006 14:35:02 -0000 Received: (qmail 76031 invoked by uid 500); 12 Feb 2006 14:34:49 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 75485 invoked by uid 500); 12 Feb 2006 14:34:47 -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 75474 invoked by uid 99); 12 Feb 2006 14:34:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 06:34:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of hassan.schroeder@gmail.com designates 64.233.182.206 as permitted sender) Received: from [64.233.182.206] (HELO nproxy.gmail.com) (64.233.182.206) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 06:34:47 -0800 Received: by nproxy.gmail.com with SMTP id x4so116004nfb for ; Sun, 12 Feb 2006 06:34:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UXaQ+xMdt73FA4+FddAegUpZkvfP3BYuGH2RXTvQKvsuo18b36Opztny/ghe3E6sOK1qZjOVX0KsuHZnwGYfrE+SYVE/KtcqGD9fguyZsrgni14Qz1ttqmB0KM684NTSXacr+Wbx1KDWA6YG4IOK0qeF/YgOWILJmz/XRWbS6dk= Received: by 10.48.49.7 with SMTP id w7mr413760nfw; Sun, 12 Feb 2006 06:34:25 -0800 (PST) Received: by 10.49.93.19 with HTTP; Sun, 12 Feb 2006 06:34:25 -0800 (PST) Message-ID: <4eedb92a0602120634i32accba9pf2e06c197c0a00a5@mail.gmail.com> Date: Sun, 12 Feb 2006 06:34:25 -0800 From: Hassan Schroeder To: Tomcat Users List Subject: Re: configure tomcat 5.x to see index without redirects? In-Reply-To: <34385CBC5E8E664EB0007814636AB36A0316D9BA@exchange1.dimensions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <34385CBC5E8E664EB0007814636AB36A0316D9BA@exchange1.dimensions.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/11/06, Scott Purcell wrote: > If you read below, I am doing a couple of redirects to get the user to > my real site. I would like to know if I can configure Tomcat to just go > to that site? Or if I have to go through all these redirects. > This is killing me. It's killing me listening to this. :-) Why is your desired default webapp not simply *installed* as default, i.e. ROOT? End of problem. If there's a valid reason you can't do that, set crossContext=3D'"true" for your two contexts and forward (*not* redirect) from /index.jsp to /unique/index.jsp HTH, -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org