It works! It works!
I sneaked a peek at the source code of the interceptor, and it looks like
its purpose is to fix the context class loader property of the request
thread. So I guess I was on the right track with my suspicion, I just
didn't know there was already a fix.
Thanks a lot!
Dmitry
At 01:33 PM 8/13/2001, Gary L Peskin wrote:
>Hi, Dmitry --
>
>Can you please try this to help us out?
>
>1. Be sure you have the following:
>
><RequestInterceptor
> className="org.apache.tomcat.request.Jdk12Interceptor" />
>
>as the LAST RequestInterceptor in your conf/server.xml file.
>
>2. Place xalan.jar ONLY in ${tomcat_lib}/lib
>
>3. Place your extension ONLY in ${web_app}/web-info/lib
>
>4. Stop/Start Tomcat
>
>5. Tell us if this is able to find your extension now.