Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 90410 invoked by uid 500); 20 Aug 2001 03:03:18 -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 90401 invoked from network); 20 Aug 2001 03:03:18 -0000 Date: Sun, 19 Aug 2001 19:58:30 -0700 (PDT) From: "Craig R. McClanahan" Sender: craigmcc@localhost To: tomcat-dev@jakarta.apache.org Subject: Re: warp? In-Reply-To: <004501c12923$d9921bf0$42a40140@kidswin2k> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Sun, 19 Aug 2001, Mark Castillo wrote: > What is the warp package? Is this a generic interface for connecting to the > servlet container? > > jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp > WARP is the acronym for the protocol used by mod_webapp, so it corresponds to things like AJP12 and APJ13 used by mod_jk. In particular, the code in the Java package you referenced is what you need to use inside Tomcat 4 when using mod_webapp as the web connector. Craig