On 17.01.11 17:25, "Javier Arias" <[email protected]> wrote: >I have achieved change admin password
How did you change it? > and create a new user. I can >loggin in the server if I do it from Java code. If a try it from browser >(for example, Mozilla using url: http//localhost:8080), I only can >looggin using admin/admin. I suppose you are using the Jackrabbit standalone or the Jackrabbit webapp? >This is a problem because is someone connect >to my machine in port 8080, he can read all files content the >repository. > >Another ask is, how can I give privileges to a new user for add files to >the repository? > >In the repository.xmlI am using DefaultLogin and DeafultAccess Setting ACLs is the way to go. See: http://www.day.com/specs/jcr/2.0/16_Access_Control_Management.html (JCR 2.0 spec) http://wiki.apache.org/jackrabbit/AccessControl http://markmail.org/message/utmhahj5naevqpat Regards, Alex -- Alexander Klimetschek Developer // Adobe (Day) // Berlin - Basel
