I've noticed some interesting behavior with mod_jk 1.2 now that I've got it working with 4.1.12. The following does not work properly (apache serves a text index.jsp instead of passing it to tomcat): ----- JkWorkersFile /etc/httpd/conf/workers.properties JkLogFile /var/log/httpd/mod_jk.log JkLogLevel error JkMount /*.jsp loadbalancer JkMount /*.do loadbalancer
Alias /licensemanager "/var/tomcat4/webapps/licensemanager" <Directory "/var/tomcat4/webapps/licensemanager"> Options Indexes FollowSymLinks </Directory> JkMount /licensemanager/*.jsp loadbalancer JkMount /licensemanager/*.do loadbalancer ----- Is there something wrong with this mod_jk.conf? Does this configuration (basically the same as the examples) work for others? I'm running tomcat 4.1.12 with mod_jk 1.2.0 and apache 1.3.23 on Red Hat 7.3. Thanks, Jason -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>