> > So, there is only one bit unclear to me. How was Apache supposed to serve it?
> > Basically, my webapp directory is not within Apache's DocumentRoot. Is Apache
> > going to cache the static content or what?
> >
> 
> If you've ever configured a web connector (such as mod_jk) for Tomcat, you
> know how this works -- you set up an alias, or a path prefix, in Apache
> that matches the context root of a Tomcat webapp, and then set up the
> configuration directives telling Apache to forward only the things Tomcat
> needs to care about -- everything else is served by Apache just as if
> Tomcat wasn't there.  The key issue is making your Apache document root
> and Tomcat document root match.

I was afraid of that. I hate keeping things in two places at the same time. I know I 
can "use Ant", but I wanted to remove shell access from my machine for ordinary web 
developers.

Nix.


Reply via email to