Return-Path: Delivered-To: apmail-geronimo-servicemix-commits-archive@www.apache.org Received: (qmail 74484 invoked from network); 8 Jun 2006 12:52:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2006 12:52:38 -0000 Received: (qmail 59421 invoked by uid 500); 8 Jun 2006 12:52:37 -0000 Delivered-To: apmail-geronimo-servicemix-commits-archive@geronimo.apache.org Received: (qmail 59387 invoked by uid 500); 8 Jun 2006 12:52:37 -0000 Mailing-List: contact servicemix-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: servicemix-dev@geronimo.apache.org Delivered-To: mailing list servicemix-commits@geronimo.apache.org Received: (qmail 59374 invoked by uid 99); 8 Jun 2006 12:52:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 05:52:37 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 05:52:36 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1E4031A983A; Thu, 8 Jun 2006 05:52:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r412736 - in /incubator/servicemix/site: integration.html war-deployment.html Date: Thu, 08 Jun 2006 12:52:15 -0000 To: servicemix-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060608125216.1E4031A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Thu Jun 8 05:52:15 2006 New Revision: 412736 URL: http://svn.apache.org/viewvc?rev=412736&view=rev Log: Latest export from confluence Modified: incubator/servicemix/site/integration.html incubator/servicemix/site/war-deployment.html Modified: incubator/servicemix/site/integration.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/integration.html?rev=412736&r1=412735&r2=412736&view=diff ============================================================================== --- incubator/servicemix/site/integration.html (original) +++ incubator/servicemix/site/integration.html Thu Jun 8 05:52:15 2006 @@ -180,7 +180,7 @@

Related Projects

    -
  • Apache ActiveMQ
  • +
  • Apache ActiveMQ
  • Lingo
  • Jencks
  • Stomp
  • Modified: incubator/servicemix/site/war-deployment.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/war-deployment.html?rev=412736&r1=412735&r2=412736&view=diff ============================================================================== --- incubator/servicemix/site/war-deployment.html (original) +++ incubator/servicemix/site/war-deployment.html Thu Jun 8 05:52:15 2006 @@ -180,7 +180,7 @@

    Related Projects

      -
    • Apache ActiveMQ
    • +
    • Apache ActiveMQ
    • Lingo
    • Jencks
    • Stomp
    • @@ -228,19 +228,29 @@

      Creating the WAR from the source

      -

      Get the latest checkout then perform the following command

      +

      The servicemix-web project is available in the 3.0 distribution

      +
      +
      cd examples/servicemix-web
      +
      + +

      or get the latest checkout then perform the following command

      + +
      +
      cd servicemix-web
      +
      + +

      Then, launch the jetty embedded server with

      -
      cd tooling/servicemix-web
      -maven run
      +
      mvn jetty6:run
      -

      Then point your browser to http://localhost:8080/ to see the management console. There are also one or two examples described below.

      +

      and point your browser to http://localhost:8080/ to see the management console. There are also one or two examples described below.

      An alternative to the above is to use your existing Servlet engine and create the WAR yourself then deploy it into your servlet engine. e.g. type this

      -
      maven war
      +
      mvn package

      Then deploy the war into your servlet engine. You'll typically need to use a different URL then such as http://localhost:8080/servicemix-web/

      @@ -260,8 +270,8 @@