Domain to apache, subdomain or subdirectory to tomcat
- by hofmeister
I set up an Apache2.2 and Tomcat7 Windows Server. Now I would like to use the domain for the apache and a subdomain or a subdirectory for the tomcat webapps. But I don’t know how to configure the httpd.conf.
At the moment the httpd.conf looks like:
<IfModule !mod_jk.c>
LoadModule jk_module modules/mod_jk.so
</IfModule>
…