Author: markt
Date: Tue May 18 18:33:24 2010
New Revision: 945808

URL: http://svn.apache.org/viewvc?rev=945808&view=rev
Log:
Document recompileOnFail

Modified:
    tomcat/trunk/webapps/docs/jasper-howto.xml

Modified: tomcat/trunk/webapps/docs/jasper-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=945808&r1=945807&r2=945808&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jasper-howto.xml Tue May 18 18:33:24 2010
@@ -169,6 +169,11 @@ files) to not be checked for modificatio
 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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to