Hi, > 1. all .jar's are included in my web application and run on server...and i > get an error : allready using the repository (.lock error)
I guess you only get the exception when you reload the application? The most likely reason is that the repository is not closed when the application is stopped. See also http://wiki.apache.org/jackrabbit/RepositoryLock Regards, Thomas
