You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ja...@apache.org on 2004/11/30 16:56:42 UTC

[Jakarta-Slide Wiki] New: WckQuickStart

   Date: 2004-11-30T07:56:42
   Editor: OliverZeigermann <oz...@apache.org>
   Wiki: Jakarta-Slide Wiki
   Page: WckQuickStart
   URL: http://wiki.apache.org/jakarta-slide/WckQuickStart

   no comment

New Page:

=== WebDAV Construction Kit Quick Start ===

This page describes how you can build and deploy the WebDAV reference implementation to Tomcat to get started. Based on that you can continue with your custom store and authentication implementation. From here continue the [http://jakarta.apache.org/slide/wck.html WCK introduction]
and with WebDavConstructionKit.

Generally, there are two ways to make the WCK reference implementation run:

==== Building and deploying from CVS HEAD ====

 1. Download and install Tomcat 5.0.28
 2. Checking out Slide CVS HEAD
 3. Change to WCK folder (proposals/wck)
 4. Copy build.properties.sample to build.properties
 5. Set property catalina.dist to the location of your Tomcat installation
 6. Call "ant deploy". WCK and Slide should now build from source and be deployed to your clean Tomcat installation.
 7. Change to Tomcat's bin directory and call either startup.bat or startup.sh

Tomcat should now deploy the slide.war and create a store folder in the bin directory. This is where uploaded files go to. Change the Domain.xml in the expanded Slide war to change this and other properties.

==== Combined building and deploying from CVS HEAD and Slide 2.1 ====

You can also use the Slide 2.1 source release to build WCK. However, only a subset of WCK's features will work with 2.1.

 1. Download and install Tomcat 5.0.28
 2. Download and install a Slide 2.1 source release
 3. Checking out WCK (proposals/wck) from CVS HEAD
 4. Change to WCK folder (proposals/wck)
 5. Copy build.properties.sample to build.properties
 6. Set property slide.version to the release number of your Slide version, e.g. ''2.1rc1''
 7. Set property slide.base.dir to the location of your Slide source installation, e.g. ''d:/workspace/Slide 2.1''
 8. Commend out supports.macro.store as Slide 2.1 does not support this feature.
 9. Set property catalina.dist to the location of your Tomcat installation
 10. Call "ant deploy". WCK and Slide should now build from source and be deployed to your clean Tomcat installation.
 11. Change to Tomcat's bin directory and call either startup.bat or startup.sh

Tomcat should now deploy the slide.war and create a store folder in the bin directory. This is where uploaded files go to. Change the Domain.xml in the expanded Slide war to change this and other properties.

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org