Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 93991 invoked from network); 24 Mar 2005 16:02:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2005 16:02:06 -0000 Received: (qmail 90916 invoked by uid 500); 24 Mar 2005 16:01:53 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 90895 invoked by uid 500); 24 Mar 2005 16:01:53 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 90881 invoked by uid 99); 24 Mar 2005 16:01:53 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from rwcrmhc12.comcast.net (HELO rwcrmhc12.comcast.net) (216.148.227.85) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 24 Mar 2005 08:01:51 -0800 Received: from MrNat (h0048543e658f.ne.client2.attbi.com[24.60.32.61]) by comcast.net (rwcrmhc12) with SMTP id <2005032416014901400scv4ge>; Thu, 24 Mar 2005 16:01:50 +0000 Message-ID: <002301c5308a$c9f0aaa0$0500005a@MrNat> From: "Rob Hunt" To: Subject: Re: Wild Card Hosting Date: Thu, 24 Mar 2005 11:01:45 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01C53060.DE3EABD0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0020_01C53060.DE3EABD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable There are some domain-name-registrars/DNS-providers that allow you to = set up a wildcard "host" where their domain name servers will = dynamically redirect HTTP requests. For example: http://*.domain.tld/ =20 could be redirected to something like=20 http://mywildcardhost.domain.tld/%SERVER_NAME%/=20 where "%SERVER_NAME%" would take on the whatever "host" was originally = used in the HTTP request. It's then a simple task of using a wildcard = servlet mapping ("/*" in this example) to direct the = request accordingly. This obviates the need to customize Tomcat code. However, you'll = probably need a nominal monetary outlay to use the services of said DDNS = provider. Read more: http://www.changeip.com/ ------=_NextPart_000_0020_01C53060.DE3EABD0--