Re: HOST - DNS setup

2004-01-30 Thread Jon Yeargers
Im doing something (vaguely)similar using Apache2, mod_jk and mod_rewrite. Im taking the 1st part of the address (http://1.2.3 - the '1') and using it to determine what db to access. mod_rewrite lets you get v detailed with parsing the incoming URL. Perhaps you could boil down your efforts into

Re: HOST - DNS setup

2004-01-30 Thread Oscar Carrillo
I'm not sure what you are after. But... You could put Apache in front of Tomcat. Have Apache mount the appropriate Tomcat apps so that you would be able to type in. http://mycompany.com/firstapp Or you could setup a Virtual Host for each time you wanted to do: http://firstapp.mycompany.com/

Re: HOST - DNS setup [T2004013100BN]

2004-01-30 Thread membershipservices
Dear [EMAIL PROTECTED], We received your message on 1/30/2004 at 8:15:17 PM Central Standard Time. Thank you for contacting Member Savings. We have received and are reviewing your inquiry. Due to heavy volume, it may take longer than usual for us to get back to you. Messages are being

Re: HOST - DNS setup

2004-01-29 Thread Michael Mangeng
Hi Hmm as far as i know there is no other way... The only thing i know you could do is the following: Create a CatchAll-DNS entry which responses to *.mycompany.com = All requests to subdomains which are not in use will go to the default context. From there you could redirect/forward the