I want to do the following with Tomcat 5.5:
*.mydomain.com should go to my webapp, located at the virtual
host mydomain.com.
So I have a virtual
host mydomain.com, and I want all *.mydomain.com also go there.
Now, if I do this, it doesn't pick up the virtual
host, and just goes to the default one (which is not set to
…