Looks great fellas...I suppose the next steps would be to figure out how to get versioning and locking in place. I may be wrong, but it seems as though these functionalities do not work with the browser. I am not talking about the blocking of mime-types in the stylesheets. rather the lack of mapping b/w certain requests and locking/versioning. Is there a plan in place at the moment to create these abilities or perhaps an alternative method? I currently have a XMLDescriptor store in place, but the only way I get versioning/locking is over WebDAV. I look forward to hearing more about this and how I can help. -Julian Stephan Michels <[EMAIL PROTECTED]> wrote:
On 25 Jan 2003, Martin Holz wrote: > Julian Klein writes: > > > I am currently trying to integrate slide content with > > the publishing content of Cocoon. I have the built > > the latest and greatest cocoon version on Red Hat 8, > > java 1.4. I was wondering if anyone has been able to > > get the slide webapp and the webdav servlet to run all > > in the same servlet container with cocoon. > > Yes, but using a modified version of SlideSourceFactory. > > > I have set > > up the slide-webdavservlet.jar in > > $TC/webapps/cocoon/WEB-INF/lib > > and added the servlet config to the web.xml in > > $TC/webapps/cocoon/WEB-INF/. I originally used the > > slide-servlet and web.xml that came with cocoon > > scratchpad, but then switched to my > > slide-webdavservlet.jar from a recent slide 2.x build. > > I have tried changing settings in cocoon.xconf and > > the web.xml, but I can never get both to share the > > same org.apache.slide.Domain instance...therefore they > > do not run in unison...or at all. Any suggestions > > would be greatly appreciated. > > The problem is, that SlideRepository is always using a > EmbeddedDomain, whether the Domain is already initialized > or not. > > I am currently working on a version, which initializes > the Domain, only if it is not yet initialized. > > WebdavServlet looks a little bit strange to in this > respect. It is looking for a NamespaceAccessToken in a > ServletContext attribute and assumes, that it is > responsible for the namespace live cycle otherwise. > However the wrappers.catalina.SlideServerListener does not > set this attribute. > Why does the WebdavServlet not test for Domain.isInitialized ? The Slide/Cocoon Domain Sharing should now working, I have rewritten the Domain initialization code, thanks to Martin. Stephan Michels. _______________________________________________________________________ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699 Tel: +49-030-314-21583 ----+----|----+----|----+----|----+----|----+----|----+----|----+----|-| --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Live simply so others may simply live. � -Ghandi � Pluralitas non est ponenda sine neccesitate. "Entities should not be multiplied unneccesarily" � -William of Occam --------------------------------- Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now
