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/10/05 11:57:06 UTC

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

jfclere     2004/10/05 02:57:06

  Modified:    jk/xdocs index.xml proxy.xml
  Log:
  Add something about the new ajp proxy modules of httpd-2.1.
  
  Revision  Changes    Path
  1.18      +5 -1      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- index.xml	14 Jul 2004 07:51:32 -0000	1.17
  +++ index.xml	5 Oct 2004 09:57:06 -0000	1.18
  @@ -126,6 +126,10 @@
   
   <section name="Are there alternative ways to connect Apache and Tomcat&#63;">
   <p>
  +<b>Tomcat's AJP stack and httpd-2.1 AJP proxy</b> that is a addition to the mod_proxy of http. It is developped in httpd-2.1 and integrated in it.
  +(See <a href="proxy.xml">AJP proxy</a>).
  +</p>
  +<p>
   <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
  
  
  
  1.2       +14 -3     jakarta-tomcat-connectors/jk/xdocs/proxy.xml
  
  Index: proxy.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/proxy.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- proxy.xml	4 Aug 2004 13:57:19 -0000	1.1
  +++ proxy.xml	5 Oct 2004 09:57:06 -0000	1.2
  @@ -32,14 +32,25 @@
   </p>
   </section>
   
  -<section name="Ajp proxy">
  +<section name="AJP proxy">
   <p>
  -The Ajp proxy is a new module based on the standard Http proxy it uses AJP instead of HTTP.
  +The AJP proxy is a new module based on the standard Http proxy it uses AJP instead of HTTP.
   <source>
   &lt;Location /examples/&gt;
      ProxyPass ajp://localhost:8009/examples/
   &lt;/Location&gt;
   </source>
  +</p>
  +</section>
  +
  +<section name="Source and Configuration">
  +<p>
  +AJP proxy is integrated in httpd-2.1 and the developement and discussions take
  +place <a href="http://httpd.apache.org/lists.html">there</a>.
  +More documentation can be found there
  +<a href="http://httpd.apache.org/docs-2.1/mod/mod_proxy_ajp.html">mod_proxy_ajp</a>
  +and
  +<a href="http://httpd.apache.org/docs-2.1/mod/mod_proxy_balancer.html">mod_proxy_balancer</a>.
   </p>
   </section>
   
  
  
  

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