Ok... I'm forgetting something... or doing something really stupid... but I can't, for the life of me, figure out what's going on here. I have Tomcat 3.2.1 set up with mod_jk.so so that Apache handles the HTTP requests. That works: I call /mysite/index.html, and apache handles the request. I call /mysite/login.jsp, and the JSP comes up. Here's the problem: I've installed a package (jive, if it matters) that uses .css style sheets. Requests for the style sheet(s) are handled by Apache, and it looks for the .css file in the htdoc root instead of in the /usr/local/tomcat/webapps/mysite heirarchy. I can see the errors coming out in my apache log (same problem with gifs, etc.) *what* am I missing? Is there an XML setting? I've looked at the settings in the mod_jk.conf-auto for saying "these kinds of file requests" should be handled by Tomcat: # # Root context mounts for Tomcat # JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 But I want .css's for .html files to be handled correctly, also... What am I missing? Cheers, Eric _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
