Hi there,
trying to use PaxWeb, I was doing something like
HttpContext context = httpService.createDefaultHttpContext();
                Dictionary initParams = new Properties();
                initParams.put("storeDebug", "1");
                Servlet tServlet = new WebdavServlet();
                httpService.registerServlet("/webdav", tServlet, initParams, 
context);

But I got a NPE, saying basically that storeDebug was not found when
the servlet tries to initialize. Is this supported yet?

/peter

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to