0 Replies Latest reply on Mar 14, 2008 7:48 AM by carstenrudat

    How to setup custom DirContext (need a WebDavServlet that ac

      Hello all,

      I'd like to have a WebDavServlet serving from a DB. I found org.apache.catalina.servlets.WebdavServlet and it works very well for me, except that it serves from the filesystem.

      I think, I can give it a DirContext (more precisely a ProxyDirContext) under a JNDI-Path. But I don't know how...

      Could you please give me a hint, how to add a custom DirContext to the tomcat configuration and make it accessable to the servlet?

      Thanks a lot,
      Carsten