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 89A3AD865 for ; Wed, 17 Oct 2012 13:17:32 +0000 (UTC) Received: (qmail 7453 invoked by uid 500); 17 Oct 2012 13:17:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 7244 invoked by uid 500); 17 Oct 2012 13:17:29 -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 7235 invoked by uid 99); 17 Oct 2012 13:17:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 13:17:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 13:17:21 +0000 Received: from [192.168.245.129] (p549E8B0D.dip0.t-ipconnect.de [84.158.139.13]) (Authenticated sender: andre.warnier@ice-sa.com) by tor.combios.es (Postfix) with ESMTPA id 53B093C161E for ; Wed, 17 Oct 2012 15:17:13 +0200 (CEST) Message-ID: <507EAFC8.7000704@ice-sa.com> Date: Wed, 17 Oct 2012 15:16:56 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: ask tomcat to look at a specifc folder for the root website References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org S Ahmed wrote: > For my deployment, I have a set directory structure that I use. > > Is it possible to tell tomcat to look at a specific folder for the ROOT > website, instead of in the ../../webapps/ folder? > > my folder structure is like: > > /www/myappname/website/ > /www/myappname/otherstuff/ > > > I want tomcat to look in my /website/ folder. > What about "appBase" in http://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Common_Attributes ? The people who write the on-line Tomcat documentation must be getting very frustrated today. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org