
====================================
  Using Jakarta Slide with Cocoon
====================================

1. Copy the Java Transaction API (JTA) jar into
   lib/local.

2. Enable the option 'enable-uploads' within 
   src/webapp/WEB-INF/web.xml 

3. Install the Web Application via in Tomcat

 ./build.sh -Dinstall.war=$TOMCAT_HOME/webapps install

4. Start Tomcat

 $TOMCAT_HOME/bin/catalina.sh run

5. Access the slide repository via Cocoon

 http://localhost:8080/cocoon/samples/slide/

[OPTIONAL]

6. If you want an access via WebDAV copy the web.xml into WEB-INF/
   This file includes the WebDAV Servlet from Slide.

7. Add users to tomcat-users.xml for the MemoryRealm

 <role rolename="user"/>
 <role rolename="root"/>
 <user username="john" password="john" roles="user"/>
 <user username="root" password="root" roles="root,user"/>

   You can use the SlideRealm instead of the MemoryRealm.

8. Access WebDAV via MS WebFolders, Cadaver or whatever

 http://localhost:8080/cocoon/webdav/

(The Slide initialization will take the configuration, which
 the web.xml file specify)

Have fun, Stephan Michels <stephan@apache.org>


Some things must be fixed:

* The links of directory browsing doesn't work properly, because of the
  servlet mapping.

* The support of the locking mechanism within the sources is in a alpha state.
