Can I do true virtual hosts using Tomcat, or are separate Tomcat installations needed?
I want to set up tomcat to serve virtual hosts similar to the way apache does. But the only examples I can find that explain the virtual hosts in Tomcat show the use of uri aliases like http://mydomain.com/firstApp/index.jsp http://anotherdomain.com/secondApp/index.jsp. I want to be able to have something like the following : http://mydomain.com/index.jsp http://anotherdomain.com/index.jsp where I have one app for ‘mydomain.com’ and another app for ‘anotherdomain.com’.