> > > > 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.
> > >
> > > So, what about all that autoconfiguring staff said of mod_webapp?
> >
> > What stuff and siad where? Are there new docs on mod_webapp?
> >
> > Nix.
>
> It seems to me I've read it somewhere in tomcat-dev mail list archives.
> I'm positive on Apache servicing the static content even inside context
> mentioned in WebAppDeploy
No way. Apache can serve only what is inside it's defined DocumentRoot-s. Suppose
Tomcat was on one host and Apache on other, connected via Warp (it can be done), how
would Apache serve *.html from within Tomcat, if not through Warp?
Nix.