I am setting up a server where "domain1.com" and "domain2.com" should be served by Apache HTML/PHP server, while "app.domain1.com" and "domain3.com" should be served by Apache Tomcat.
I want to accomplish this using Mod_JK, and I found some useful information regarding config of mod_jk (with the aid of tomcat's workers)... but how do I configure for the specific scenario I have described above, wherein one domain is shared b/w Apache and Tomcat, one domain is served by Apache while a third domain is entirely served by Tomcat?
You place the JkMount directives inside the httpd.conf virtual host you want them to apply to.