Author: yoavs Date: Mon Nov 28 11:55:11 2005 New Revision: 349485 URL: http://svn.apache.org/viewcvs?rev=349485&view=rev Log: Bugzilla 37668: http://issues.apache.org/bugzilla/show_bug.cgi?id=37668
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/docs/config/context.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=349485&r1=349484&r2=349485&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Nov 28 11:55:11 2005 @@ -107,6 +107,9 @@ <fix> <bug>37591</bug>: Typo in Engine configuration reference. (yoavs) </fix> + <fix> + <bug>37668</bug>: Added note about JSP recompilation to Context configuration documentation. (yoavs) + </fix> </changelog> </subsection> <subsection name="Coyote"> Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/config/context.xml?rev=349485&r1=349484&r2=349485&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/config/context.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/config/context.xml Mon Nov 28 11:55:11 2005 @@ -231,6 +231,11 @@ but allows full webapp hot deploy and undeploy on platforms or configurations where file locking can occur. If not specified, the default value is <code>false</code>.</p> + + <p>Please note that setting this to <code>true</code> has some side effects, + including the disabling of JSP reloading in a running server: see + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37668">Bugzilla 37668</a>. + </p> </attribute> <attribute name="cacheMaxSize" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]