> From: Peter Warren [mailto:tomcat.subscript...@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 of 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 
Implementation" that then somewhat ambiguously refers to HTTP).

> '-Dorg.apache.tomcat.util.net.NioSelectorShared=false' did not find a
> matching property.

Works for me (at least I don't get any error message) on 6.0.18 running with 
JDK 6u12 on a Vista 64 box; how are you setting the above property, and what 
are your running on?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL 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 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to