Hi, the WebDAVServlet does not work for me. If I access the port 8081, I get a Internal Server error. I am using the the server in the dist/server directory without any modifications, except changing the root password. Slide is compiled from the latest Cvs (Jul 23 2002, 14:00 GMT). In logs/slide_ns_slide.2002-07-23.txt a ExceptionInInitializerError is logged. The reason is a NullPointerException, because the static variable Domain.parameters is not initialized. I guess the problem is with Domain.setDomain, because EmbeddedDomain does not support Domain.getParameter.
====== From logs/slide_ns_slide.2002-07-23.txt 23 Jul 2002 16:16:13 - org.apache.slide.common.Namespace - INFO - Finish init namespace slide configuration 23 Jul 2002 16:16:13 - org.apache.slide.common.Namespace - INFO - Loading namespace slide configuration 23 Jul 2002 16:18:36 - org.apache.slide.webdav.WebdavServlet - ERROR - java.lang.ExceptionInInitializerError java.lang.ExceptionInInitializerError at org.apache.slide.webdav.util.UriHandler.isWorkspaceUri(UriHandler.java:433) at org.apache.slide.webdav.util.WebdavUtils.isCollection(WebdavUtils.java:400) at org.apache.slide.webdav.util.WebdavUtils.isCollection(WebdavUtils.java:376) at org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:212) [snipped .... Caused by: java.lang.NullPointerException at org.apache.slide.common.Domain.getParameter(Domain.java:709) at org.apache.slide.webdav.util.WorkspacePathHandler.<clinit>(WorkspacePathHandler.java:73) ... 38 more ========================== Regards Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>