I have gotten Apache 1.3.14 and Tomcat 3.2.1 to work.  I'm not sure if ajpv13 protocol is being used; how can I be sure ?
 
I have added the following lines at the end of my httpd.conf.
 

# 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

amit
 

Reply via email to