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 1DBF410383 for ; Thu, 23 Jan 2014 10:30:41 +0000 (UTC) Received: (qmail 96150 invoked by uid 500); 23 Jan 2014 10:30:40 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 96107 invoked by uid 500); 23 Jan 2014 10:30:39 -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 96099 invoked by uid 99); 23 Jan 2014 10:30:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 10:30:39 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of bijoy.chaudhury@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 10:30:34 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1W6HY6-00080w-B7 for users@camel.apache.org; Thu, 23 Jan 2014 02:30:14 -0800 Date: Thu, 23 Jan 2014 02:30:14 -0800 (PST) From: bijoy To: users@camel.apache.org Message-ID: <1390473014335-5746394.post@n5.nabble.com> Subject: Queries on jetty server MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm currently using Tomcat server to deploy web applications and REST webservices. The applications and services are deployed on tomcat on need basis but putting the necessary war file into tomcat's webapp folder. I want to realize the similar working model using camel's jetty component. I would like to know, using jetty... 1) If we'll be losing any important features that tomcat provides. 2) Would I gain some features that is exclusively provided by jetty server. 3) How to proceed with dynamic deployment of REST web services in jetty server using camel:jetty components. Also how to configure jetty's configuration parameter if needed (e.g. managing thread pool size. Through URI options we can control some server configurations but how to do that dynamically at runtime. Using Spring DSL, if the config xml file is updated then will the configurations be refreshed? Thanks for your reply! Regards, Bijoy -- View this message in context: http://camel.465427.n5.nabble.com/Queries-on-jetty-server-tp5746394.html Sent from the Camel - Users mailing list archive at Nabble.com.