You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2003/11/26 04:43:31 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs proxy-howto.xml

glenn       2003/11/25 19:43:31

  Modified:    webapps/docs proxy-howto.xml
  Log:
  Add back in reference to using mod_jk for serving static content
  
  Revision  Changes    Path
  1.5       +6 -2      jakarta-tomcat-catalina/webapps/docs/proxy-howto.xml
  
  Index: proxy-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/proxy-howto.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- proxy-howto.xml	19 Jun 2003 21:37:15 -0000	1.4
  +++ proxy-howto.xml	26 Nov 2003 03:43:31 -0000	1.5
  @@ -116,8 +116,12 @@
   
   <p>When requests are proxied in this manner, <strong>all</strong> requests
   for the configured web applications will be processed by Tomcat (including
  -requests for static content).
  -</p>
  +requests for static content).  You can improve performance by using the
  +<code>mod_jk</code> web connector instead of <code>mod_proxy</code>. 
  +<code>mod_jk</code> can be configured so that the web server serves static
  +content that is not processed by filters or security constraints defined
  +within the web application's deployment descriptor
  +(<code>/WEB-INF/web.xml</code>).</p>
   
   </section>
   
  
  
  

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