Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 60347 invoked from network); 4 Dec 2007 06:58:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 06:58:54 -0000 Received: (qmail 53946 invoked by uid 500); 4 Dec 2007 06:58:30 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 53916 invoked by uid 500); 4 Dec 2007 06:58:30 -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 53905 invoked by uid 99); 4 Dec 2007 06:58:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 22:58:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mitstalks@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 06:58:33 +0000 Received: by wa-out-1112.google.com with SMTP id m38so5827405waf for ; Mon, 03 Dec 2007 22:58:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=XZMSeCIwIGprQN4oxh+0gzU+Y1MuHmclACmsf12obbY=; b=TX8KPbW3G0BNcUOnExDszMkrXpAs9r7rLTriGPkdfOpZ/r2Chvnlrt2zYxdQRCGOQCtOmkN8BvH4y2uIJ6uLKHyLOQ2As1UlEKfuRYru3Juv3e6SFk/zb07EgYspS9y6RiNN/YrfFnB1Kr/mIHA1gqhmwJT1bCTR2o8kEPDBQmk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Cwb6SyzbqRpdIb0AA2V6NHPHQpEAebw59PbegSOYDu4MwfWL+inMJNpwaew39OezcizgWFVpX0RkobsQmrG2+axomSr3PHaGhjmWOvInSU1qkbQLp+xDopY4zYPdqbsFfb1Jx82jP1SxWa06ZdvxjGyXBGEAoDVaGcp5w8bT3wQ= Received: by 10.114.92.2 with SMTP id p2mr345802wab.1196751491669; Mon, 03 Dec 2007 22:58:11 -0800 (PST) Received: by 10.115.58.2 with HTTP; Mon, 3 Dec 2007 22:58:11 -0800 (PST) Message-ID: Date: Tue, 4 Dec 2007 16:58:11 +1000 From: Tim To: users@tomcat.apache.org Subject: How to config tomcat 5.5 to display project in sub directory in url In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, I want to display my project "projectName" in the url like http://localhost/aa/projectName. There's only one project "projectName" on the host. I know how to deploy it to http://localhost/projectName directly under the host but how to tell tomcat about the path "/aa"in the middle? I tried to write context: in "\conf\Catalina\localhost\projectName.xml" but doesn't help. Appreciate if any one can help. tomcat version 5.5.25, the project is with tapestry+spring+hibernate. Cheers --------------------------------------------------------------------- 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