You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Castillo <ma...@webFreak.com> on 2001/08/20 04:57:29 UTC

warp?

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


--
Mark Castillo
markc@webFreak.com
http://www.webFreak.com


Re: warp?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

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