Hi, On Mon, Jan 5, 2009 at 5:27 PM, Alexander Klimetschek <[email protected]> wrote: > It seems he is looking for a "webdav" workspace. Looks like the URL > mapping you use is breaking it [...]
The SimpleWebdavServlet expects the resource-path-prefix init parameter to be set to the path prefix if the servlet is mapped to something else than the root URL. Setting it to "/webdav" should fix this. BR, Jukka Zitting
