You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2004/07/14 09:51:32 UTC

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

jfclere     2004/07/14 00:51:32

  Modified:    jk/xdocs index.xml
  Log:
  Arrange the part speaking about mod_WebApp and put links to my old
  documentation.
  
  Revision  Changes    Path
  1.17      +9 -15     jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- index.xml	5 Apr 2004 17:17:57 -0000	1.16
  +++ index.xml	14 Jul 2004 07:51:32 -0000	1.17
  @@ -126,23 +126,17 @@
   
   <section name="Are there alternative ways to connect Apache and Tomcat&#63;">
   <p>
  -The alternative ways are better described in <b>mod_webapp</b>
  -documentation.
  +<b>Tomcat's internal HTTP stack and mod_proxy</b> which is not that bad, but slow,
  +well, of course Tomcat didn't have 10/11 years of C routine optimization like
  +the Apache Web Server, but it's quite good. The only disadvantage is that it
  +looks pretty ridiculous to parse an HTTP request to generate it again
  +(exactly the same), and to parse again the response to send it back unchanged...
   </p>
   <p>
  -Check <b>webapp</b> site for it and then decide if you want to go on reading. 
  -</p>
  -<p>
  -The big advantage of <b>mod_webapp</b> is that is very easy to configure,
  -has a well defined protocol named <b>WARP</b>, does not care about the old
  -crappy protocols used in Tomcat-3.x and so.
  -But it would be possible to implement the <b>WARP</b> protocol in
  +<a href="http://jakarta.apache.org/~jfclere/webapp_docs/">mod_webapp</a> which is very easy to configure, has a well defined protocol named
  +<a href="http://jakarta.apache.org/~jfclere/webapp_docs/warp.html">WARP</a> but it is no longer developped.
  +BTW: It would be possible to implement the <b>WARP</b> protocol in
   <b>JK2</b> ;-))
  -</p>
  -<p>
  -The disadvantage is that it requires the <b>Apache Portable Runtime</b>
  -which is still only easily available via Apache 2.0 and that it didn't support
  -webservers like IIS, NES/iPlanet or Domino.
   </p>
   </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org