Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 45667 invoked from network); 5 Oct 2007 19:59:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 19:59:57 -0000 Received: (qmail 12127 invoked by uid 500); 5 Oct 2007 19:59:35 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 12099 invoked by uid 500); 5 Oct 2007 19:59:34 -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 12088 invoked by uid 99); 5 Oct 2007 19:59:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 12:59:34 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mailsforapache@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 19:59:37 +0000 Received: by wx-out-0506.google.com with SMTP id i26so539235wxd for ; Fri, 05 Oct 2007 12:59:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=ZE/CvdmP+4TIhL+lMenB6FhoV5e55gJgKFR2m9xFxI4=; b=jm0CYOVw3JyK3ugcW+gkRRy/foVbvSb9t0f2F03R9RSAXT/zqPqA/YZteO+jkZ/gl0kLaQWVb9+VGR2iojasM004vj2JXIlFEtN1L5j/UslM0FBZXie/7PbGqY8zYk6EKQZpw70XXmFLk3pGyvxKBgZwRZG5gPO5QiksaskGoxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=cVw0vRF3KVnUsgkdFrvhvcXEtXJf0cSPXSLfRdqbvtyRP0MIbk4X0C2DXDz6MrqA0Ezqrx9lwFfJCrmG8MBEzkuZUpPuowXy81mpmKPenvKviCPMM7J06M6GNUVhXf+0y0yHUvJ4k3T0qbq/4cRXBhervcgqxWdRt1lmB9t28ZY= Received: by 10.70.41.20 with SMTP id o20mr19766171wxo.1191614355789; Fri, 05 Oct 2007 12:59:15 -0700 (PDT) Received: by 10.70.21.18 with HTTP; Fri, 5 Oct 2007 12:59:15 -0700 (PDT) Message-ID: <3ee7056c0710051259g41c432a2ubffa63bcb08020a3@mail.gmail.com> Date: Fri, 5 Oct 2007 14:59:15 -0500 From: "Pavan Singaraju" To: "Tomcat Users List" Subject: Re: My own web page as tomcat default web page In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_25743_9353317.1191614355778" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_25743_9353317.1191614355778 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Is there any other way of doing the configuration? I should not rename my application. On 10/5/07, Nathan Bahr wrote: > > Try renaming MyApp(.jar) to ROOT(.jar) in the webapps directory. > > >>> mailsforapache@gmail.com 10/05/07 12:43 PM >>> > Hi, > how to set your own application page as default tomcat page? > > I have my application and i am configuring my server. By default when > you > give the URL it will be going to TOMCAT manager page. for e.g., ' > http://locahost' will take you to 'http://localhost/manager/html' which > is > tomcat's default page. > I want my application's index page to be displayed as the default > page. > ie.,when you say 'http://localhost' it should go to > 'http://localhost/MyApp' > How can i do it. Please help me in the regard > -- > Pavan S. Kumar > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > ------=_Part_25743_9353317.1191614355778--