How do I force contexts onto virtual hosts?
I have a website, www.foobar.com, listed as a virtual host within apache
and a sub directory (/myJspApp) which is aliased/connected to Tomcat.
Currently, when I go to www.foobar.com/myJspApp/index.jsp everything works
well. However, when I visit the IP of the NameVirtualHost on port 8080 or
any Apache VirtualHost under that NamedV.Host again on port 8080, it will
show various contexts. How can or can I even bind a context explicitly to
one fully qualified domain name?
Thanks