Thanks Remy,  I was about to rewrite the NewServlet to use the DAV 
client calls over http but moving the jar files worked.  I guess it's 
time for me to reread the Servlet 2.2 spec.  - Marty

Remy Maucherat wrote:

> That could be a classloader problem. The following is true with TC 4, but I
> didn't check with TC 3 :
> Each webapp has a separate classloader, so there should be one domain for
> each webapp. To solve this, try moving slide.jar (as well as the stores,
> their dependencies, and the roles) to the shared classloader by putting it
> in the "lib" directory.
> 
> Remy


Reply via email to