I apalogize if this question is way to newbie. Feel free to point me to a FAQ.
I've just installed
Tomcat, along with the mod_webapp.so module for Apache on OSX (
http://developer.apple.com/internet/macosx/tomcat1.html). Everything is up and running fine.
The way my httpd.conf is set up now, I have to place all
jsp files in a directory seperate from the root web directory, in order for Tomcat to handle them. Here is the config from httpd.conf.
All calls to localhost/examples/ get re-directed from the root web directory, to /usr/local/jakarta-tomcat-4.0.3/webapps/
My question is, can I set up httpd.conf to allow Tomcat to process files by extension, rather than by directory, similar to PHP AddType directive? So I can have .jsp files in my root web directory?
Or is it standard that .jsp files live outside the root web directory tree?
[ June 14, 2002: Message edited by: Dave Comeau ]