Hi, On 10/15/07, henri godron <[EMAIL PROTECTED]> wrote: > Here is my problem : whenever i start tomcat, i can see jackrabbit going > through the init() but then if i copy/paste a file through the windows > explorer (network favorites webdave client), its not going though my class..
Note that Jackrabbit doesn't have a one-to-one mapping between nodes in the JCR workspace and files in the underlying file system. The FileSystem abstraction (and the LocalFileSystem implementation) within Jackrabbit is used for managing internal data structures, some of which contain information about the JCR nodes but not in a way that would for example allow you to expose an underlying file system as a JCR content tree. BR, Jukka Zitting
