Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECEB9799B for ; Mon, 15 Aug 2011 17:05:41 +0000 (UTC) Received: (qmail 14105 invoked by uid 500); 15 Aug 2011 17:05:38 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 13992 invoked by uid 500); 15 Aug 2011 17:05:37 -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 13983 invoked by uid 99); 15 Aug 2011 17:05:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 17:05:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mohitanchlia@gmail.com designates 209.85.210.41 as permitted sender) Received: from [209.85.210.41] (HELO mail-pz0-f41.google.com) (209.85.210.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 17:05:31 +0000 Received: by pzk4 with SMTP id 4so4607031pzk.28 for ; Mon, 15 Aug 2011 10:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mrD1A87ML7A8LYxhx1ArTTQ4yTtMOVKCi1syb7YbwuI=; b=KZ6YZyMvvybj+ECQWNYjb2L75EjyZ5LIFrF4turMI/LglpSsms0UtACM5ohHGOcCww ySawNJc/9P+UPnLxgYQKiLIViDN2x142rH+h/PSuLH5ML4gVAbrpggQ3CSV1LftQJILy xCsK2xbaGZfH3lw6qQEIyG1uLSw3Z1k0cdOts= MIME-Version: 1.0 Received: by 10.142.44.3 with SMTP id r3mr2020836wfr.437.1313427910946; Mon, 15 Aug 2011 10:05:10 -0700 (PDT) Received: by 10.68.66.168 with HTTP; Mon, 15 Aug 2011 10:05:07 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Aug 2011 10:05:07 -0700 Message-ID: Subject: Re: Tomcat war context path From: Mohit Anchlia To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Is this even possible with tomcat? On Thu, Aug 11, 2011 at 12:32 PM, Mohit Anchlia wrote: > Currently when I deploy abc-SNAPSHOT-01.war I access is something like > http://localhost:8080/abc-SNAPSHOT-01.war > > How can I change the context root such that I can access it as > http://localhost:8080/abc? > > Problem is that abc-SNAPSHOT-01.war name could change with the build > version change. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org