Author: yoavs
Date: Thu Jun 15 12:09:18 2006
New Revision: 414656
URL: http://svn.apache.org/viewvc?rev=414656&view=rev
Log:
Bugzilla 39711: http://issues.apache.org/bugzilla/show_bug.cgi?id=39711
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/docs/config/loader.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=414656&r1=414655&r2=414656&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Jun 15 12:09:18 2006
@@ -43,6 +43,9 @@
<add>
<bug>39674</bug>: Support JRockit JVM in service.bat script, as
suggested by lizongbo. (yoavs)
</add>
+ <fix>
+ <bug>39711</bug>: Update Loader configuration documentation, as
suggested by Stephane Bailliez. (yoavs)
+ </fix>
</changelog>
</subsection>
<subsection name="Webapps">
Modified: tomcat/container/tc5.5.x/webapps/docs/config/loader.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/loader.xml?rev=414656&r1=414655&r2=414656&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/loader.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/loader.xml Thu Jun 15 12:09:18
2006
@@ -8,6 +8,7 @@
<properties>
<author email="[EMAIL PROTECTED]">Craig R. McClanahan</author>
+ <author>Yoav Shapira</author>
<title>The Loader Component</title>
</properties>
@@ -105,10 +106,11 @@
<attributes>
- <attribute name="checkInterval" required="false">
+ <attribute name="backgroundProcesssorDelay" required="false">
<p>The number of seconds between checks for modified classes and
resources, if <code>reloadable</code> has been set to
- <code>true</code>. The default is 15 seconds.</p>
+ <code>true</code>.</p>
+ <p>See the general documentation for this parameter at <a
href="../host.html">Host Container</a>.</p>
</attribute>
<attribute name="loaderClass" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]