Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 7647 invoked from network); 6 Oct 2006 12:44:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 12:44:29 -0000 Received: (qmail 7519 invoked by uid 500); 6 Oct 2006 12:44:29 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 7376 invoked by uid 500); 6 Oct 2006 12:44:29 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 7365 invoked by uid 99); 6 Oct 2006 12:44:29 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [207.7.158.203] (HELO cocoon.zones.apache.org) (207.7.158.203) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 05:44:29 -0700 Message-ID: <32878068.1160138440552.JavaMail.daisy@cocoon.zones.apache.org> Date: Fri, 6 Oct 2006 12:40:40 +0000 (GMT+00:00) From: daisy@cocoon.zones.apache.org To: docs@cocoon.apache.org Subject: [DAISY] Updated: Getting started Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1159.html Document ID: 1159 Branch: main Language: default Name: Getting started (previously Getting started with your Cocoon 2.2 base= d project) Document Type: Cocoon Document (unchanged) Updated on: 10/6/06 12:40:27 PM Updated by: Reinhard P=C3=B6tz A new version has been created, state: publish Parts =3D=3D=3D=3D=3D Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 2676 bytes (previous version: 2690 bytes) Content diff: (8 equal lines skipped)

The simplest way to start your own Cocoon 2.2 based project is using= the provided Maven 2 archetypes creating a skeleton for your project.

=20 ---

Creating a web application project

+++

Creating a web application project

=20

The cocoon webapp archetype creates a Maven 2 webapp project for you containing

(31 equal lines skipped) =20

and you should get a success page.

=20 ---

Creating a block project

+++

Creating a block project

=20

The simplest way to start your own Cocoon 2.2 based project is using= a Maven 2 archetype, that creates a block skeleton for you. It only contains a<= /p> (23 equal lines skipped) =20

The next step is changing into the myBlock directory and ca= lling

=20 ---
mvn cocoon:deploy jetty6:run
+++
mvn jetty6:run
=20

After that, you can point your browser to

=20 (6 equal lines skipped)