[EMAIL PROTECTED] wrote:

luehe       2004/10/19 09:17:35

Modified: jasper2/src/share/org/apache/jasper Options.java JspC.java
EmbeddedServletOptions.java
jasper2/src/share/org/apache/jasper/compiler
JspRuntimeContext.java
catalina/src/conf web.xml
Log:
Removed redundant 'reloading' init param.
Now the convention is as follows:
development=true -> development mode, frequency of modification checks
specified by 'modificationTestInterval'
development=false -> deployment mode, background compilations enabled if
'checkInterval' greater than zero, in which case
background compilations are initiated every
'checkInterval' seconds if necessary


+1.

However, I dislike the background compilation as it is done at the moment. The main issue is that there's one thread per webapp, which is not an acceptable situation for many production environments.
Could the default be to set checkInterval to 0 ?


Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to