remm 2003/11/26 12:22:34 Modified: webapps/docs/config resources.xml Log: - Add docs on some flags. Revision Changes Path 1.4 +13 -0 jakarta-tomcat-catalina/webapps/docs/config/resources.xml Index: resources.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/resources.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- resources.xml 30 Jul 2003 18:37:51 -0000 1.3 +++ resources.xml 26 Nov 2003 20:22:34 -0000 1.4 @@ -76,6 +76,13 @@ <attributes> + <attribute name="allowLinking" required="false"> + <p>If the value of this flag is <code>true</code>, symlinks will be + allowed inside the web application, pointing to resources outside the + web application base path. If not specified, the default value + of the flag is <code>false</code>.</p> + </attribute> + <attribute name="cached" required="false"> <p>This boolean flag indicates if the resources should be cached. It defaults to <code>true</code>.</p> @@ -85,6 +92,12 @@ <p>Maximum size in kilobytes (KB) of the cache associated with the resources, if cached is set to true. It defaults to <code>10240</code> (10 megabytes).</p> + </attribute> + + <attribute name="cacheTTL" required="false"> + <p>Amount of time in milliseconds between cache entries revalidation. + If not specified, the default value is <code>5000</code> + (5 seconds).</p> </attribute> <attribute name="caseSensitive" required="false">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]