You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/09/03 15:27:27 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF web.xml

weaver      2004/09/03 06:27:27

  Modified:    portal/src/webapp/WEB-INF web.xml
  Log:
  For development purposes turn off content server caching
  
  Revision  Changes    Path
  1.16      +6 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- web.xml	1 Aug 2004 15:51:45 -0000	1.15
  +++ web.xml	3 Sep 2004 13:27:26 -0000	1.16
  @@ -35,6 +35,12 @@
              content/
           </param-value>
       </init-param>
  +    <init-param>
  +        <param-name>use.caching</param-name>
  +        <param-value>
  +           false
  +        </param-value>
  +    </init-param>
     </filter>
   
     <filter-mapping>
  
  
  

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