From users-return-148922-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Fri Jul 28 15:25:32 2006 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 1989 invoked from network); 28 Jul 2006 15:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 15:25:32 -0000 Received: (qmail 33441 invoked by uid 500); 28 Jul 2006 15:25:18 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33421 invoked by uid 500); 28 Jul 2006 15:25:18 -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 33400 invoked by uid 99); 28 Jul 2006 15:25:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 08:25:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [24.201.245.36] (HELO relais.videotron.ca) (24.201.245.36) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 08:25:16 -0700 Received: from [127.0.0.1] ([70.81.165.76]) by VL-MH-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0J34008X2DHH2G10@VL-MH-MR002.ip.videotron.ca> for users@tomcat.apache.org; Fri, 28 Jul 2006 11:24:54 -0400 (EDT) Date: Fri, 28 Jul 2006 11:28:15 -0400 From: David Gagnon Subject: Re: [OT?] is there a way to map an application URL on tomcat like: http://a.com/app1 to http://app1.a.com/ In-reply-to: To: Tomcat Users List Message-id: <44CA2D0F.9060800@siunik.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, Thanks for the info! I do need some more details since there is some obscur points. For now I only have 1 host with lots of application under it So (1 host->X applications). If I want to use virtual host I do need to have 1 vHost per application (1 host -> 1 application) right ? Best regards /David Peter Crowther wrote: >> From: Hassan Schroeder [mailto:hassan.schroeder@gmail.com] >> >>> http://yourcompany.saassupplier.com. >>> >> This is called a "virtual host"; it requires DNS entries to >> point that URL to your server, that's all. >> > > The simplest way of doing this on BIND servers is to use a wildcard > mapping - so you map a name called "*" to your app server. Then any > name that doesn't resolve to any other address will resolve to your app > server address. Saves a lot of tedious mucking about with zone files > :-). > > - Peter > > --------------------------------------------------------------------- > 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 > > > > > --------------------------------------------------------------------- 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