From 11273ee73d75a3708a10ed5a390aa68ea0e455f2 Mon Sep 17 00:00:00 2001 From: remm Date: Tue, 7 Nov 2006 12:41:29 +0000 Subject: [PATCH] - The page wasn't explicit enough about the requirements, I think. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@472087 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/aio.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapps/docs/aio.xml b/webapps/docs/aio.xml index fe83d3c62..8abae1fd3 100644 --- a/webapps/docs/aio.xml +++ b/webapps/docs/aio.xml @@ -21,6 +21,12 @@ as provided with support for the Servlet API.

+

+ IMPORTANT NOTE: Usage of these features requires using the APR or NIO + HTTP connectors. The classic java.io HTTP connector and the AJP connectors + do not support them. +

+
-- 2.11.0