> From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]