Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 85131 invoked by uid 500); 6 May 2003 11:38:11 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 85120 invoked by uid 500); 6 May 2003 11:38:11 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 85117 invoked from network); 6 May 2003 11:38:11 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 6 May 2003 11:38:11 -0000 Received: (qmail 24868 invoked by uid 1509); 6 May 2003 11:38:10 -0000 Date: 6 May 2003 11:38:10 -0000 Message-ID: <20030506113810.24867.qmail@icarus.apache.org> From: stephan@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/blocks/slide/samples description2html4content.xsl description2html4locks.xsl description2html4permissions.xsl description2html4properties.xsl principal2html4users.xsl sitemap.xmap X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stephan 2003/05/06 04:38:10 Modified: . gump.xml status.xml src/blocks/slide README web.xml src/blocks/slide/samples description2html4content.xsl description2html4locks.xsl description2html4permissions.xsl description2html4properties.xsl principal2html4users.xsl sitemap.xmap Log: Update Slide examples, should work again. Revision Changes Path 1.57 +2 -1 cocoon-2.1/gump.xml Index: gump.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/gump.xml,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- gump.xml 6 May 2003 08:49:59 -0000 1.56 +++ gump.xml 6 May 2003 11:38:09 -0000 1.57 @@ -592,6 +592,7 @@ + 1.22 +0 -4 cocoon-2.1/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/status.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- status.xml 6 May 2003 09:09:26 -0000 1.21 +++ status.xml 6 May 2003 11:38:09 -0000 1.22 @@ -185,10 +185,6 @@ You got a ArrayIndexOutOfBoundsException from the profiler example, if you try to get the SAX fragments. - - - You can't upload a file within the Slide block. - 1.2 +9 -9 cocoon-2.1/src/blocks/slide/README Index: README =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 9 Mar 2003 00:06:13 -0000 1.1 +++ README 6 May 2003 11:38:10 -0000 1.2 @@ -6,24 +6,27 @@ 1. Copy the Java Transaction API (JTA) jar into lib/local. -2. Install the Web Application via in Tomcat +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 -Dinclude.scratchpad.libs=yes install -3. Start Tomcat +4. Start Tomcat $TOMCAT_HOME/bin/catalina.sh run -4. Access the slide repository via Cocoon +5. Access the slide repository via Cocoon http://localhost:8080/cocoon/samples/slide/ [OPTIONAL] -5. If you want an access via WebDAV copy the web.xml into WEB-INF/ +6. If you want an access via WebDAV copy the web.xml into WEB-INF/ This file includes the WebDAV Servlet from Slide. -6. Add users to tomcat-users.xml for the MemoryRealm +7. Add users to tomcat-users.xml for the MemoryRealm @@ -32,7 +35,7 @@ You can use the SlideRealm instead of the MemoryRealm. -7. Access WebDAV via MS WebFolders, Cadaver or whatever +8. Access WebDAV via MS WebFolders, Cadaver or whatever http://localhost:8080/cocoon/webdav/ @@ -43,9 +46,6 @@ Some things must be fixed: - -* The base directory for the content stores should be set. At the moment - there isn't a way to respect the context path. * The links of directory browsing doesn't work properly, because of the servlet mapping. 1.2 +42 -43 cocoon-2.1/src/blocks/slide/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/web.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- web.xml 9 Mar 2003 00:06:13 -0000 1.1 +++ web.xml 6 May 2003 11:38:10 -0000 1.2 @@ -1,40 +1,33 @@ - + - Cocoon2 Demo - Demo application for Cocoon2 + + + - Cocoon2 - Cocoon2 - The main Cocoon2 servlet + Cocoon + Cocoon + Cocoon + The regular servlet class (trusts the servlet container classloader) + --> org.apache.cocoon.servlet.CocoonServlet - - configurations - /WEB-INF/cocoon.xconf - + + configurations + /WEB-INF/cocoon.xconf + log-level - DEBUG + WARN allow-reload - yes + no + + enable-uploads + true + + + autosave-uploads - false + true - - request-factory - org.apache.cocoon.components.request.MultipartRequestFactoryImpl - - - - @@ -205,7 +184,6 @@ - @@ -217,7 +195,6 @@ - @@ -233,7 +210,6 @@ - @@ -251,7 +227,6 @@ -