From e9cd0a911bf53608dc4f30a43bf69cc8608fec7d Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 18 May 2010 18:33:24 +0000 Subject: [PATCH] Document recompileOnFail git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945808 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/jasper-howto.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml index 34474181c..80fb888ce 100644 --- a/webapps/docs/jasper-howto.xml +++ b/webapps/docs/jasper-howto.xml @@ -169,6 +169,11 @@ files) to not be checked for modification during the specified time interval 0 will cause the JSP to be checked on every access. Used in development mode only. Default is 4 seconds. +
  • recompileOnFail - If a JSP compilation fails should the +modificationTestInterval be ignored and the next access trigger a re-compilation +attempt? Used in development mode only and is disabled by default as compilation +may be expensive and could lead to excessive resource usage.
  • +
  • scratchdir - What scratch directory should we use when compiling JSP pages? Default is the work directory for the current web application.
  • -- 2.11.0