Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3A9D766C for ; Fri, 5 Aug 2011 05:35:06 +0000 (UTC) Received: (qmail 62213 invoked by uid 500); 5 Aug 2011 05:35:05 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 61706 invoked by uid 500); 5 Aug 2011 05:34:50 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 61696 invoked by uid 99); 5 Aug 2011 05:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2011 05:34:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of denis.krizanovic@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-ww0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2011 05:34:35 +0000 Received: by wwi18 with SMTP id 18so1555259wwi.20 for ; Thu, 04 Aug 2011 22:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; bh=kjiQCMKQZ/Bq95rjf4uZ9N9y6Fs3MHII3622pclz3NU=; b=kyD95zJtoVkVCiaBbrDfgRPn9A5QqgYF7TJyGaVQnattxCcLfCGV4tkSD2HMt8Z/Qr KuewBjnGCAnRrU5DMT+H3bckRdRpiJR891/SdRnNZonSqwM8quZTvrQ89A7tIzuLk0c+ HaMC6EBfGDXerXcDvbA/FjixjFdL9BKfmwpN4= MIME-Version: 1.0 Received: by 10.216.78.198 with SMTP id g48mr1584720wee.45.1312522454461; Thu, 04 Aug 2011 22:34:14 -0700 (PDT) Received: by 10.216.164.135 with HTTP; Thu, 4 Aug 2011 22:34:14 -0700 (PDT) Reply-To: denis.krizanovic@gmail.com Date: Fri, 5 Aug 2011 15:34:14 +1000 Message-ID: Subject: spring-ws & jetty & tomcat From: Denis Krizanovic To: users@camel.apache.org Cc: gavin.zhang@aon.com.au Content-Type: text/plain; charset=ISO-8859-1 hi people, Currently we deploy camel in tomcat. In this container we configure the MessageDispatcher servlet. We have a requirement to deploy our camel in standalone mode. Is it possible to configure the internal jetty component to have this Message Dispatcher? Is this a bad idea? I notice in some of this mailing lists history, that the CXF component runs up its own Jetty.. Does the spring-ws do this too (with the messagedispatcher already configured)?