I'm having some trouble "Getting Apache and Tomcat to Play Nice" as the Oct 2001 Linux Mag says. I'm running Apache 1.3.22 and Tomcat 4.0.1-b1 and everyone's happy on their own. However, when I try to add LoadModule webapp_module libexec/mod_webapp.so and AddModule mod_webapp.c to my httpd.conf I get the error "Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration." I compiled Apache with the simple instructions ./configure --prefix=/usr/local/apache make make install Any ideas why Apache isn't recognizing 'LoadModule' as valid? This one is strange to me. David