
livingtao.blogspot.com
Coding ChroniclesTuesday, February 7, 2012. Hosting Multiple Domains On A Single Apache HTTPD / Tomcat Server Combination. This is a quick and easy guide on how to deploy multiple domains on a single Tomcat sever fronted by a single Apache HTTPD server. I am assuming you already have installed mod jk and got the communication between Apache and Tomcat working. Workers.properties can be as simple as following two lines. Which connects to the worker w1 to ajp port of Tomcat. ServerName www.domain1.com. Hope this will help ...
http://livingtao.blogspot.com/