I am trying to get Apache1.3.19 to forward requests with a .do extension to
Tomcat3.2.1. I have included the following line in my httpd.conf:
include /opt/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto

Here is my mod_jk.conf:

LoadModule jk_module libexec/mod_jk.so

<IfModule mod_jk.c>
JkWorkersFile /opt/jakarta-tomcat-3.2.1/conf/workers.properties
JkLogFile  logs/jk.log
JkLogLevel warn
JkMount /*.jsp ajp12
JKMount /*.do ajp12
JkMount /servlet/* ajp12
JkMount /examples/* ajp12
</IfModule>

What I don't understand is changes that I make in mod_jk.auto are never
generated in mod_jk.conf-auto. Am I missing something simple here?

> Steve Taylor
> Systems Consultant
> Pangaea Systems Inc.
> (250) 360-0111 ext 210
        http://www.pangaeainc.com

Reply via email to