git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945808
13f79535-47bb-0310-9956-
ffa450edef68
0 will cause the JSP to be checked on every access. Used in development mode
only. Default is <code>4</code> seconds.</li>
+<li><strong>recompileOnFail</strong> - 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.</li>
+
<li><strong>scratchdir</strong> - What scratch directory should we use when
compiling JSP pages? Default is the work directory for the current web
application.</li>