weaver 2004/08/18 06:55:22
Modified: content-server/src/webapp/WEB-INF web.xml
Log:
Added caching flag to init params
Revision Changes Path
1.6 +6 -0 jakarta-jetspeed-2/content-server/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/content-server/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- web.xml 18 Mar 2004 19:33:46 -0000 1.5
+++ web.xml 18 Aug 2004 13:55:22 -0000 1.6
@@ -36,6 +36,12 @@
content/
</param-value>
</init-param>
+ <init-param>
+ <param-name>use.caching</param-name>
+ <param-value>
+ true
+ </param-value>
+ </init-param>
</filter>
<filter-mapping>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]