Hi There, I have set up Apache and Tomcat, working together through mod_jk. I'm using virtual hosting through the <host></host> construct in the server.xml file. However, the corresponding virtual host in apache has several server aliases. Is there a way to add these server aliases to the server.xml file? Currently, my Tomcat installation only serves content when requests come in using the host specified in the <host></host> block whereas requests using the various server aliases generate a 404 error. Any ideas? My system: RedHat 6.2, Apache 1.3.12, Tomcat 3.2 Beta 8. Many thanks, -James
