At 03:24 PM 4/30/01 -0400, you wrote:
>mod_jserv and mod_jk are Apache modules used in integrating Apache and
>Tomcat (i.e., in routing request from Apache to Tomcat to be processed).
>They have nothing to do with the processing of web.xml --- that is used by
>Tomcat. If you've set up your apache-tomcat.conf (if you're using
>mod_jserv) file properly, you shouldn't have a problem (so goes the theory).
>(If you're using mod_jk --- recommended --- you need to use and alter the
>mod_jk.conf-auto file generated upon startup of Tomcat.)
>
>I'd suggest (if you already haven't) reading the Tomcat user's guide, the
>Apache/Tomcat integration guide, and the mod_jk FAQ:
>http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm
>l
>
>
>http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto.
>html
>
>
>http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html
>
>Go thru those, search the FAQs and past postings on the Jakarta site, then,
>if you're still having problems, try posting again to here.
>
>Regards,
>Joel Parramore
Yes, I've reviewed these thoroughly and found the examples to be inadequate
due to their being over-simplified. After some effort we replaced mod_jserv
with mod_jk and the problem was solved. Thanks for your reply.
-Mark