Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 38551 invoked from network); 12 Feb 2009 04:24:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 04:24:05 -0000 Received: (qmail 22566 invoked by uid 500); 12 Feb 2009 04:23:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 22539 invoked by uid 500); 12 Feb 2009 04:23:53 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 22528 invoked by uid 99); 12 Feb 2009 04:23:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 20:23:53 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.104] (HELO usea-naimss2.unisys.com) (192.61.61.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 04:23:41 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss2 with InterScan Message Security Suite; Wed, 11 Feb 2009 22:23:17 -0600 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 11 Feb 2009 22:23:17 -0600 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 11 Feb 2009 22:23:17 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Wed, 11 Feb 2009 22:23:17 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Wed, 11 Feb 2009 22:23:16 -0600 Subject: RE: nio connector configuration Thread-Topic: nio connector configuration Thread-Index: AcmMwXlKVuRi8qaNQvadNFOntqa3SwABL4Bw Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215B62FA995@USEA-EXCH7.na.uis.unisys.com> References: <176a7eb80902111924t3c945a68nc6e563e4da539e82@mail.gmail.com> In-Reply-To: <176a7eb80902111924t3c945a68nc6e563e4da539e82@mail.gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 12 Feb 2009 04:23:17.0735 (UTC) FILETIME=[A12FCF70:01C98CC9] X-Virus-Checked: Checked by ClamAV on apache.org > From: Peter Warren [mailto:tomcat.subscription@gmail.com] > Subject: nio connector configuration I can't answer your real questions, but here's a bit for your minor ones. > the acceptorThreadPriority and pollerThreadPriority are > set using ints because I get the following warnings in the > catalina log when trying to use the documented notation: The documentation isn't meant to imply that you can use the symbolic name o= f a Java constant in the .xml; the integer values are what's required. The= reference to java.lang.Thread is there just to tell you where to look for = the legal values. > I also get the warning when trying to use keepAliveTimeout. > Is this property available for the nio connector? No; it's only listed under the older connector (the one labeled "Standard I= mplementation" that then somewhat ambiguously refers to HTTP). > '-Dorg.apache.tomcat.util.net.NioSelectorShared=3Dfalse' did not find a > matching property. Works for me (at least I don't get any error message) on 6.0.18 running wit= h JDK 6u12 on a Vista 64 box; how are you setting the above property, and w= hat are your running on? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org