At 06:40 AM 8/10/2001, Larry Isaacs wrote:
>In Tomcat 3.3, a more complex classloader hierarchy is
>built which separates the server classes (which includes
>the server's XML parser) from the web application's classes.
>Now web applications can have their own XML parser.
Thanks for this tidbit! F
On Fri, 10 Aug 2001, Larry Isaacs wrote:
> Because of the way Tomcat 3.2.x sets up its classloader
> hierarchy, you are stuck. I'm not aware of any tricks
> to allow your library to remain in /WEB-INF/lib and
> xerces and xalan to remain in the "application" classloader.
> However, this issue
Because of the way Tomcat 3.2.x sets up its classloader
hierarchy, you are stuck. I'm not aware of any tricks
to allow your library to remain in /WEB-INF/lib and
xerces and xalan to remain in the "application" classloader.
However, this issue is addressed in Tomcat 3.3 and
Tomcat 4.0.
In Tomcat