You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2003/12/04 18:15:52 UTC

cvs commit: cocoon-2.1/src/blocks/slide README

unico       2003/12/04 09:15:52

  Modified:    src/blocks/slide README
  Log:
  update according to recent changes
  
  Revision  Changes    Path
  1.4       +10 -27    cocoon-2.1/src/blocks/slide/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/README,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README	4 Sep 2003 12:42:46 -0000	1.3
  +++ README	4 Dec 2003 17:15:52 -0000	1.4
  @@ -4,46 +4,29 @@
   ====================================
   
   1. Copy the Java Transaction API (JTA) jar into
  -   lib/local.
  +   lib/local before building or to ./build/webapp/WEB-INF/lib 
  +   after building.
   
   2. Enable the option 'enable-uploads' within 
  -   src/webapp/WEB-INF/web.xml 
  +   src/webapp/WEB-INF/web.xml
   
  -3. Install the Web Application via in Tomcat
  +3. Startup cocoon
   
  - ./build.sh -Dinstall.war=$TOMCAT_HOME/webapps install
  +4. Access the slide repository via Cocoon
   
  -4. Start Tomcat
  -
  - $TOMCAT_HOME/bin/catalina.sh run
  -
  -5. Access the slide repository via Cocoon
  -
  - http://localhost:8080/cocoon/samples/slide/
  + http://localhost:8888/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
  +5. If you want an access via WebDAV uncomment the webdav servlet-mapping
  +   declaration in web.xml
   
  - <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.
  +6. Access WebDAV via MS WebFolders, Cadaver or whatever
   
  -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)
  + http://localhost:8888/webdav/
   
   Have fun, Stephan Michels <st...@apache.org>
  -
   
   Some things must be fixed: