On Mon, Jan 5, 2009 at 12:06 PM, imadhusudhanan <[email protected]> wrote: > bash> cadaver http://localhost:8080/webdav/repository/default > Authentication required for Jackrabbit Webdav Server on server > `localhost':
Try to enter a password for the login - any string except the empty one should do it. The SimpleLoginModule has 3 access levels: anonymous (if using the username given as "anonymousId") (lowest, only read-access), normal users (any user/pw combination) and administrative user (when using the username given as "adminId" parameter in the SimpleLoginModule config). Hope that helps, Alex -- Alexander Klimetschek [email protected]
