Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 5570 invoked from network); 30 Jul 2007 14:01:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2007 14:01:39 -0000 Received: (qmail 6001 invoked by uid 500); 30 Jul 2007 14:01:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 5454 invoked by uid 500); 30 Jul 2007 14:01:37 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 5443 invoked by uid 99); 30 Jul 2007 14:01:37 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 07:01:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paulmcmahan@gmail.com designates 64.233.184.230 as permitted sender) Received: from [64.233.184.230] (HELO wr-out-0506.google.com) (64.233.184.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 14:01:31 +0000 Received: by wr-out-0506.google.com with SMTP id 57so716732wri for ; Mon, 30 Jul 2007 07:01:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=LAMmmrnYo0OTioaKxtP51gjo2NUcG2sUU5XQL2IsOXR9D36RPVgFCHyrkKCdGEPK9jKavZrMZajAg+eKXRMBd9b7znHvAPRY7wsCsXufy8iD5O2cz5HzoqUKjyBblV4MZUHr9fQOHJh9wQg3fwM2ImAeJlhIYNHOTA1OVJ1ICr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=pjrtCzjkeVQN/GmPD0KY0d0RQShGIcilXM5IDqd96K+FginY9svXY6tuwhHcbE9oJjt5+VJN/ZLw8mBeqLZwFRSMDpaLAVBxM6q9OeIBWZnyk0AN+o4biRIJ0fOPpLIWsgQ22oOYGOQdtn8iz7CfGQcCRhtae3NNW4cBZ0v+bA4= Received: by 10.90.95.11 with SMTP id s11mr1820260agb.1185804070630; Mon, 30 Jul 2007 07:01:10 -0700 (PDT) Received: from ?9.37.214.138? ( [129.33.49.251]) by mx.google.com with ESMTPS id m6sm3554059wrm.2007.07.30.07.01.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jul 2007 07:01:08 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <46A78BCC.6050208@apache.org> References: <46A520DB.7030708@apache.org> <46A78BCC.6050208@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <63BECCC3-497A-453B-9D31-23591227F576@gmail.com> Content-Transfer-Encoding: 7bit From: Paul McMahan Subject: Re: Tomcat connectors Date: Mon, 30 Jul 2007 10:01:08 -0400 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org FYI -- I'm working on fixing the console's web connector portlet for the new WebManager apis added to support these new connectors. Best wishes, Paul On Jul 25, 2007, at 1:43 PM, Jeff Genender wrote: > Ok I added a whole bunch of new connectors in the o.a.g.t.connectors > package. > > I am still working on APR - more notes to follow on this as its a > little > squirly since the Tomcat Connector somewhat "chooses" this > automatically > based on the existence of a native libraries. For the console we may > wish to do a check on whether the native libs exist, and if so, > present > the APR connector. More on this in another email. > > Here are the connectors we care about at the moment... > > AJP13ConnectorGBean - Implements AJP > Http11ConnectorGBean - Implements blocking Http connector > Https11ConnectorGBean - Implements blocking Https connector > Http11NIOConnectorGBean - Implements non-blocking Http connector > Https11NIOConnectorGBean - Implements non-blocking Https connector > > I have not wired them into the container and other GBeans yet...I want > to clena them up and get any feedback before making the switch since > this obviously will impact the console upon wiring them in. > > As a side note...I am not using any references to the WebManager or > other interfaces we used that hooked into the console. We can re-add > those if those are deemed necessary. > > Jeff > > Paul McMahan wrote: >> I agree NIO support would be great to have in 2.0, especially >> since its >> required for comet. >> >> Best wishes, >> Paul >> >> On Jul 23, 2007, at 2:42 PM, Jeff Genender wrote: >> >>> Hi, >>> >>> I was going through some JIRAs and the Geronimo2.0 source and >>> noticed it >>> will be difficult at best to get the NIO connector and setting >>> attributes on the APR connector for Tomcat due to its current >>> implementation. I really think the ability to use these 2 >>> connectors is >>> very important for the 2.0 release and I would like to put these >>> in. If >>> there are no objections, I would like this to be a part of the 2.0 >>> release. >>> >>> Jeff