Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 46958 invoked from network); 28 Jul 2005 03:01:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 03:01:02 -0000 Received: (qmail 66431 invoked by uid 500); 28 Jul 2005 03:00:56 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 66386 invoked by uid 500); 28 Jul 2005 03:00:56 -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 66373 invoked by uid 99); 28 Jul 2005 03:00:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 20:00:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jgenender@savoirtech.com designates 209.181.65.237 as permitted sender) Received: from [209.181.65.237] (HELO sun.savoirtech.com) (209.181.65.237) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 27 Jul 2005 20:00:47 -0700 Received: from [206.197.197.19] ([206.197.197.19]) by sun.savoirtech.com (8.12.11/8.12.11) with ESMTP id j6S30qxu025902 for ; Wed, 27 Jul 2005 21:00:52 -0600 Message-ID: <42E84A5F.5070505@savoirtech.com> Date: Wed, 27 Jul 2005 21:00:47 -0600 From: Jeff Genender User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Jetty Max Threads Patch References: <00ab01c59313$9a269a50$8bf32509@hogstrom> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on sun.savoirtech.com X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on sun.savoirtech.com X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-109.4 required=5.6 tests=ALL_TRUSTED,AWL,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.3 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Aaron Mulder wrote: > Tomcat will be a little more complicated because we have to break > everything out of the initProps, and create a subclass for the SSL > connector GBean, but it does support all the stuff we need, so it's mostly > a matter of re-arranging. For subclassing to make an SSL Gbean, I am against this...this nails up a particular connector GBean, where what I have allows the connector to be used for just that...a connector...any protocol, etc, makes no difference here. The Connector architecture I have implemented allows for a direct pass through to Tomcat's Connector object, and thus makes it as flexible as possible. If this is something you want to occur, then I would appreciate that this is opened up for discussion before anyone goes subclassing the ConnectorGBean. > > Thanks, > Aaron > > On Wed, 27 Jul 2005, Matt Hogstrom wrote: > >>I was going to do that tonight or tomorrow and give Tomcat the same lovin. >> >>Matt >> >> >>----- Original Message ----- >>From: "Aaron Mulder" >>To: >>Sent: Wednesday, July 27, 2005 8:44 PM >>Subject: Jetty Max Threads Patch >> >> >> >>>Matt, >>>If you're up to it, can you submit an additional patch for the >>>Jetty connectors to fully implement >>> >>> >> >>modules/j2ee/src/java/org/apache/geronimo/j2ee/management/geronimo/WebConnec >>tor.java >> >>>I've verified that the underlying product supports all the methods >>>in there (I put the URLs in the JavaDoc). There's also a >>>SecureConnector.java interface in the same dir for the SSL connector. >>> >>>Thanks, >>>Aaron >>> >>> >>> >> >> >> >> >>