Re: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
t; > >>>One way to go would be to have a new service, with a new IP address, and > >>>make that the default host. > >>> > >>>That's out of the question since I host for so many people. > >>> > >>>George Sexton > >>>MH Software, Inc.

Re: Wild Card Hosting

2005-03-25 Thread Robert r. Sanders
tware.com/ Voice: 303 438 9585 -Original Message- From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:14 PM To: Tomcat Users List Subject: Re: Wild Card Hosting Are you able to assign a static IP address to your virtual host, meaning do you have a static IP availa

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
; > > > > > -Original Message- > > > From: Drew Jorgenson [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, March 24, 2005 4:14 PM > > > To: Tomcat Users List > > > Subject: Re: Wild Card Hosting > > > > > > Are yo

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
> From: Drew Jorgenson [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 24, 2005 4:14 PM > > To: Tomcat Users List > > Subject: Re: Wild Card Hosting > > > > Are you able to assign a static IP address to your virtual > > host, meaning > > do you ha

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
gt; > Sent: Thursday, March 24, 2005 4:14 PM > > To: Tomcat Users List > > Subject: Re: Wild Card Hosting > > > > Are you able to assign a static IP address to your virtual > > host, meaning > > do you have a static IP available? > > > > Drew.

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
Original Message- > From: Drew Jorgenson [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 24, 2005 4:14 PM > To: Tomcat Users List > Subject: Re: Wild Card Hosting > > Are you able to assign a static IP address to your virtual > host, meaning > do you have a static IP

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
From: Drew Jorgenson [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 24, 2005 4:14 PM > To: Tomcat Users List > Subject: Re: Wild Card Hosting > > Are you able to assign a static IP address to your virtual > host, meaning > do you have a static IP available? > > Dre

Re: Wild Card Hosting

2005-03-24 Thread Drew Jorgenson
Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton wrote: > Does anyone know if Tomcat supports Wild card hosting? Can I specify a > pattern say > > *.domain.com > > And

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
t: Thursday, March 24, 2005 9:26 AM > To: Tomcat Users List > Subject: Re: Wild Card Hosting > > 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: > >

RE: Wild Card Hosting

2005-03-24 Thread George Sexton
Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Rob Hunt [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 24, 2005 9:02 AM > To: tomcat-user@jakarta.apache.org > Subject: Re: Wild Card Hosting > > There are some domai

Re: Wild Card Hosting

2005-03-24 Thread Robert r. Sanders
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 dynamica

Re: Wild Card Hosting

2005-03-24 Thread Rob Hunt
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_N

RE: Wild Card Hosting

2005-03-23 Thread George Sexton
sday, March 23, 2005 5:09 PM > To: Tomcat Users List > Subject: Re: Wild Card Hosting > > On Wed, Mar 23, 2005 at 11:42:09AM -0700, George Sexton wrote: > : Does anyone know if Tomcat supports Wild card hosting? Can > I specify a > : pattern say > : > : *.domain.com > :

Re: Wild Card Hosting

2005-03-23 Thread QM
On Wed, Mar 23, 2005 at 11:42:09AM -0700, George Sexton wrote: : Does anyone know if Tomcat supports Wild card hosting? Can I specify a : pattern say : : *.domain.com : : And have all requests get forwarded to a specific host? Not possible with a stock Tomcat install. Perhaps possible with some

Wild Card Hosting

2005-03-23 Thread George Sexton
Does anyone know if Tomcat supports Wild card hosting? Can I specify a pattern say *.domain.com And have all requests get forwarded to a specific host? Making the host the default host is not an option, because there is already another default host that is used. George Sexton MH Software