Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 29652 invoked from network); 28 Jul 2005 01:31:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 01:31:05 -0000 Received: (qmail 86214 invoked by uid 500); 28 Jul 2005 01:31:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86179 invoked by uid 500); 28 Jul 2005 01:31:00 -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 86166 invoked by uid 99); 28 Jul 2005 01:31:00 -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 18:31:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 18:30:53 -0700 Received: by saturn.opentools.org (Postfix, from userid 500) id 30EC13E94; Wed, 27 Jul 2005 21:39:03 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id 2B47AF377 for ; Wed, 27 Jul 2005 21:39:03 -0400 (EDT) Date: Wed, 27 Jul 2005 21:39:03 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: Re: Jetty Max Threads Patch In-Reply-To: <00ab01c59313$9a269a50$8bf32509@hogstrom> Message-ID: References: <00ab01c59313$9a269a50$8bf32509@hogstrom> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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. 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 > > > > > > > > > > >