Apache HTTP Server+Tomcat: Which file generates mod_jk.conf, how to modify generated stuff, and how does httpd reach it?
- by Sk8erPeter
I'm using XAMPP with Apache HTTP Server and Tomcat Add-On installed.
There's a default mod_jk.conf which is generated by Tomcat when starting it.
But which file generates this mod_jk.conf file?
How can I modify default values? By default, it looks like this: pastebin - mod_jk.conf.
How does Apache HTTP Server reach this file? I can't see any…