# Amit Added
include D:/Tomcat/conf/mod_jk.conf-auto
# Use ajpv13 protocol thru the ajp13 adapter
# Root context mounts for Tomcat
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
# The following line mounts all JSP files and the /servlet/ uri to tomcat
JkMount /examples/servlet/* ajp13
JkMount /examples/*.jsp ajp13
# The following line mounts all JSP files and the /servlet/ uri to tomcat
JkMount /admin/servlet/* ajp13
JkMount /admin/*.jsp ajp13
# The following line mounts all JSP files and the /servlet/ uri to tomcat
JkMount /amitTest/servlet/* ajp13
JkMount /amitTest/*.jsp ajp13
# The following line mounts all JSP files and the /servlet/ uri to tomcat
JkMount /test/servlet/* ajp13
JkMount /test/*.jsp ajp13
Do the above settings in httpd.conf override the settings in the mod_jk.conf-auto file ?
Thanks
