Attached is a diff to the class that writes the Apache config file.
I added code to write JkMount directives to include the 's
from the web.xml files for each context.
I like/desire the functionality, but the implementation is a little cheap.
I did this by reparsing the web.xml's. This is inef
This was discussed on this list a while back. The problem was security
would be difficult/impossible to maintain if the order was changed. There
was a small debate about the security issue. Nonetheless, in 3.x, the
engine will bleed its xml parser and dependencies upon all servlets. If you
can
> > I'm seeing a behaviour that suggests instantiation of servlets
> > due to an invocation via a "servlet-mapping" or via the
> > InvokerServlet (/servlet) are handled differently.
> >
> > More specifically, given that I've set up a Context for
> > the path "/foo", and within that context, I've m