gianny DAMOUR wrote:
Actually, it is possible to deploy the Tomcat's servlet pretty easily within Jetty: just right now, I do have a WebDAV service running within a light Jetty container (Server + ServletHttpHandler).

Cool!

The Tomcat's Servlet uses standard JNDI features (DirContext) in order to store and retrieve the nodes of a given namespace. To deploy this servlet within Jetty, one just have to define a file system DirContext - also provided by Tomcat - for this servlet.

David (Jencks) - if you are listening, did you ever get any further in pondering a JCA based file system? That may be a better solution for a WebDAV repository than JNDI in the long run??


cheers




Reply via email to