On Mon, 13 Aug 2001, jochen mader wrote:
> I've already seen that there are other people facing the same problem that I
> got. I'd like to use a classloader inside my servlet but it doesn't work
> because the classes in WEB-INF/lib are not available to the parent
> classloader.
> I also read that you I will have to put the DispatcherServlet into
> WEB-INF/classes. My problem now is that I don't know which classes I have to
> put there (which class is the DispatcherServlet in Tomcat 4.0 and 3.2??).
>
Moving things from Tomcat's internal classes (any version) into your
/WEB-INF/lib is *not* going to work.
What are you trying to accomplish that the standard class loading model
does not support? Just saying "I want to use a classloader inside my
servlet" does not help much in getting useful suggestions.
> Thanks in advance
> Jochen
>
Craig McClanahan