So nice, it's working now... It was probably more than one error, but one of then was what you pointed out, I was not using context/repository/workspace, only context/workspace ...
However I have another problem now. I can use the browser to do some GET's and I'm using RESTClient to do some POST's and it's OK. However I'm not capable of connecting using Web Folders, or DAVExplorer, for example DAVExplorer says "The server does not supoport DAV at resource /webdav/repotest/archive". (I'm using http://localhost:8080/webdav/repotest/archive/) I saw in this forum that other people already done that, but I found no explanation how. Many thanks for your help. Angela Schreiber wrote: > > hi > > i'm not sure, if i understand what you try to achieve. > but the exception you get > >> <D:error> >> <dcr:exception> >> <dcr:class>javax.jcr.NoSuchWorkspaceException</dcr:class> >> <dcr:message>jackrabbit</dcr:message> >> </dcr:exception> >> </D:error> > > indicates that you probably try to access a workspace (or login > with a workspace name) that does not exist in the JCR repository. > > if i am not mistaken 'jackrabbit' is the context name in the > default installation , which is the followed by a prefix (by > default: 'repository') and finally the workspace name (by > default: 'default')... this is the kind of href structure > the simple dav servlet expects. > > see also: > o.a.j.webdav.server.AbstractWebdavServlet.java line 182 > o.a.j.webdav.simple.DavSessionProviderImpl.java line 79 > > hope that helps > angela > > -- View this message in context: http://www.nabble.com/SimpleWevdavServlet-with-Spring-DispatcherServlet-ServletWrappingController-tp16957017p16958296.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
