I have a Tomcat/Apache application running successfully using mod_webapp but want to allow Apache to handle static requests.
I built mod_jk from source and it's handling the Tomcat examples correctly, but I'm wondering how I set up the directory structure for my own webapps so that Apache can handle the static stuff. Can I keep the webapp files (both static html and servlets) in a directory under TOMCAT_HOME/webapps, as I did when using mod_webapp, or do I have to move the static elements under an Apache directory somewhere? Should I change Apache's server root to point to the Tomcat webapps directory? I've searched the list and the web for a clear answer but found nothing very helpful. This is using apache 1.3.26 and tomcat 4.0.4. Thanks for the help. __________________ John Rishea -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
