On Tue, May 8, 2012 at 11:21 PM, Hugo Ahlenius <[email protected]> wrote:
> | Problem is that I can't get the wild card entry in tomcat to work. It's > | just seeing requests as invalid hostnames and taking me to a 404 page > | (as if I don't have a context configured). > > Well, is tomcat your webserver - you are not running IIS or Apache above > it? > I'm not sure if this was asked and answered already but are you using a single-instance install? If this is a single-instance install you don't have to do any Tomcat configuration for the hosts. Since you have a global handler for the CFML files regardless of where they are, Tomcat doesn't need to know about the hosts. For example on one of our Linux servers we're running several very small apps that didn't need to be isolated from one another in terms of the OpenBD instances, so we just put each app in a directory under /var/www, configure a host in Apache for each one, and that's it. No Tomcat host configuration required. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
