> > Should I be able to mix .php and .jsp files in the same
> > directory using mod_webapp, and have apache/tomcat figure
> > out who will handle it automatically? Or am I being optimistic?
> > Or must I separate them out into different directories so
> > that apache will know what to handle locally and what to pass
> > on to Tomcat?
>
> I think mod_webapp should serve only resources mentioned in web.xml
> The other question is if Apache will serve php with its mod_php.
> So you should look through your web.xml
mod_webapp will just direct a request to WARP connection when it detects a matching
URL. I don't know if it will enter the response resource into the Apache chain of
request. It might.
> There is another way. You can implement PHPServlet
> (like CGIServlet or SSIServlet already implemented).
> I think it will be greatly appreciated by Tomcat-dev team.
I think I saw it someplace or a mention of it. Search the Web.
Nix.