Hi there
I have apache + tomcat on linux (running with default config correctly) but
i would like to set is so that it handles all .jsp files from normal apache
htdocs directory as well as from all virtual hosts (not from some special
dirs configured to tomcat), ana if possible so that i don't have to confingure
tomcat for every virtual host separately. (Like php, when i specify
AddType application/x-httpd-php .php in httpd.conf, every .php is interpreted
by php engine, nothing more have to be done for each directory or virtual host.
I would like the same for .jsp and tomcat)
Thanks
Pete