Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 1840 invoked from network); 24 Mar 2005 16:26:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2005 16:26:08 -0000 Received: (qmail 32039 invoked by uid 500); 24 Mar 2005 16:25:54 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 32016 invoked by uid 500); 24 Mar 2005 16:25:54 -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 32002 invoked by uid 99); 24 Mar 2005 16:25:54 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ev1s-216-127-78-4.ev1servers.net (HELO mail.ipov.net) (216.127.78.4) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 24 Mar 2005 08:25:52 -0800 Received: (qmail 8495 invoked from network); 24 Mar 2005 16:25:50 -0000 Received: from unknown (HELO ?192.168.5.47?) (216.77.58.66) by 0 with SMTP; 24 Mar 2005 16:25:50 -0000 Message-ID: <4242EA0E.2020402@ipov.net> Date: Thu, 24 Mar 2005 10:25:50 -0600 From: "Robert r. Sanders" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Wild Card Hosting References: <002301c5308a$c9f0aaa0$0500005a@MrNat> In-Reply-To: <002301c5308a$c9f0aaa0$0500005a@MrNat> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You might also be able to do something similar by using Apache httpd as frontend and combining mod_jk with either mod_vhost or mod_rewrite. Rob Hunt wrote: >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/ > >could be redirected to something like > > http://mywildcardhost.domain.tld/%SERVER_NAME%/ > > >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/ > > -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org