Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 44283 invoked by uid 500); 20 Jun 2001 10:47:16 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 44094 invoked from network); 20 Jun 2001 10:47:14 -0000 User-Agent: Microsoft-Entourage/9.0.2509 Date: Wed, 20 Jun 2001 11:47:23 +0100 Subject: Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ? From: "Pier P. Fumagalli" To: Message-ID: In-Reply-To: <20010619101901.K15842@ebuilt.com> Mime-version: 1.0 Organization: Apache Software Foundation Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Aaron Bannert at aaron@ebuilt.com wrote: > On Tue, Jun 19, 2001 at 10:06:07AM -0700, Aaron Bannert wrote: >> Apache Tomcat Connectors >> ======================== >> >> >> Introduction >> ============ >> >> This CVS module contains the code for the Tomcat Connectors. It currently >> contains two distinct connectors: jk and webapp. This module also contains >> utility classes that are used by the connectors as well as Tomcat itself. >> The components are: >> >> Connectors >> ---------- >> >> * jk: The native and java parts of the ajp12/ajp13 [is this correct?] >> connector. Both Tomcat 4.0 and Tomcat 3.3 are supported. >> >> * webapp: The native and java parts of the ajp14 connector, now known >> as mod_webapp and warp respectively. > > Whoops, that's obviously not correct. warp is the protocol (right?), > mod_webapp is the webserver module (Apache et al), and do we have a > name for "the java part"? How about this instead: > > * webapp: The native and java parts of the connector that implements > the warp protocol (ajp14). This includes mod_webapp for integration > with a frontend webserver (like Apache). WARP is _NOT_ AJPv14... It's actually AJPv20 with some additions from AJPv21 (see the specs in JServ land) and some updates from the new concept of "web application"... Pier