How do I make Apache DocumentRoot == webapp root?
My platform is Linux (Redhat 7.2) with Apache and
Tomcat 3.3-b1, using mod_jk.so to talk to Apache.
How do I set it so that the webserver DocumentRoot gets
handled by Tomcat. I want to put .jsp pages in the web
DocmuentRoot, and I haven't been able to figure this out
with mod_jk.so.
For example if I have $TOMCAT_HOME/webapps/myApp.war,
when a browser looks up http://www.myserver.com/, it
will map to $TOMCAT_HOME/webapps/myApp/
Can anyone help me to do this or point me to some good
documentation?
Thanks,
Rob.

