On Wed, May 20, 2009 at 2:54 AM, Arne v.Irmer <[email protected]> wrote: > Hi, > I would like to log the access to the repository. > > Is there a way to configure or implement a log in a separate file that > includes: > - Who accesses? > - What was accessed? > - When? > - What kind of access? Read/Write/Delete/Query... > - …
For the ACL part, you could probably enable logging on or inside the org.apache.jackrabbit.core.security package (don't know which classes give you the right information). Not sure, but you might also want to have a look at this tool which acts as a jcr wrapper and logs all jcr operations: https://svn.apache.org/repos/asf/jackrabbit/sandbox/jcrlog/ Regards, Alex -- Alexander Klimetschek [email protected]
