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 F19F099B8 for ; Sun, 29 Jan 2012 11:26:17 +0000 (UTC) Received: (qmail 53459 invoked by uid 500); 29 Jan 2012 11:26:14 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 53217 invoked by uid 500); 29 Jan 2012 11:26:13 -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 53208 invoked by uid 99); 29 Jan 2012 11:26:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2012 11:26:13 +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; Sun, 29 Jan 2012 11:26:07 +0000 Received: from [192.168.245.129] (p549E029F.dip0.t-ipconnect.de [84.158.2.159]) by tor.combios.es (Postfix) with ESMTPA id 7433FDA0385 for ; Sun, 29 Jan 2012 12:25:44 +0100 (CET) Message-ID: <4F252CB4.6030004@ice-sa.com> Date: Sun, 29 Jan 2012 12:25:40 +0100 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: Tomcat 6 - How to make an application available at www.mydomain.com References: <38589.192.168.7.86.1327831787.squirrel@emailix.ordix.de> <4F252440.1000005@ice-sa.com> <4F2524C4.4040505@ice-sa.com> <50494.192.168.7.86.1327834816.squirrel@emailix.ordix.de> In-Reply-To: <50494.192.168.7.86.1327834816.squirrel@emailix.ordix.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thomas Rohde wrote: > > That is a good point. I will change my configuration to > > JkMount /myApplication/* tomcat > Actually, you need 2 lines to cover all : > JkMount /myApplication tomcat # for the index ? > JkMount /myApplication/* tomcat # for the rest Or you can use the following syntax : SetHandler jakarta-servlet ... I personally like this second form better : it fits better with the general Apache httpd configuration style, and it allows for other httpd-level things in the same section. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org