I\'d like to set up a portal where users don\'t cooperate but they are not aware of each other within the community. Each user works only with his files.
I just familiarized myself with Apache JackRabbit. I\'ve done a little multi-user repository for document management.
We are usingJackrabbit 2.2.6 ( webapp)deployed on a Glassfish Application server. We are also building a client to upload files to the server using the rmi interface exposed by the server. We are able
I\'m playing with a JCR repository - Jackrabbit specifically - for storing data for my current project. Everything is going fine, though documentation is unfortunately a bit hard to find at times. Wha
Using Apache Jackrabbit, I created two nodes at exactly the same path root.addNode(\"hello\"); I was fully expecting the second addition to throw an ItemExistsException as described here, but it di
Specifically I want to call MKCOL through HttpClient to create a folder for Apache Jackrabbit through the Sling REST API.
We are evaluating a few technologies to build a repository of WSDLs, and XSDs used within our organization. One of the options we have is to use Apache JackRabbit, that implements JCR 1.0 and 2.0. It
I\'m new to Jackrabbit and I\'m using Sling to access the repository through its REST interface.I\'ve figured out how to add and access various files to the repository, but my question is, where is Ja
I feel like an idiot, but where/how do I override the Jackrabbit configuration parameters when deployed in Glassfish v3?I\'ve tried setting rep.home in the Glassfish Admin -> Enterprise Serve开发者
Hi I am using embedded jackrabbit with tomcat. I wanted to change the default password for admin user to something else so it\'s secure and safe.