[PATCH]Tc3.3 Improvement to mod_jk.auto-conf

2000-12-10 Thread Jim Rudnicki
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

Re: Question on changing the order that the classloader uses in 3.2

2000-11-17 Thread Jim Rudnicki
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

Re: Instances of a Servlet

2000-11-16 Thread Jim Rudnicki
> > 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