Author: mturk Date: Mon Nov 27 05:46:52 2006 New Revision: 479618 URL: http://svn.apache.org/viewvc?view=rev&rev=479618 Log: Document IIS uriworkermap reloload.
Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml tomcat/connectors/trunk/jk/xdocs/config/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/changelog.xml?view=diff&rev=479618&r1=479617&r2=479618 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/changelog.xml Mon Nov 27 05:46:52 2006 @@ -27,6 +27,9 @@ <subsection name="Native"> <changelog> <update> + IIS: Make uriworkermap file reload check interval configurable. (mturk) + </update> + <update> Apache: Make uriworkermap file reload check interval configurable. (rjung) </update> <update> Modified: tomcat/connectors/trunk/jk/xdocs/config/iis.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/iis.xml?view=diff&rev=479618&r1=479617&r2=479618 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/config/iis.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/config/iis.xml Mon Nov 27 05:46:52 2006 @@ -80,7 +80,15 @@ A DWORD value size of the shared memory. Set this value to be the number of all defined workers * 400. (Set this value only if you have <b>more</b> then <b>64</b> workers) -</p></attribute> +</p> +<p>This directive has been added in version 1.2.20</p> +</attribute> +<attribute name="worker_mount_reload" required="false"><p> +A DWORD value specifying the time in seconds upon which the +<b>worker_mount_file</b> will be reloaded. +</p> +<p>This directive has been added in version 1.2.20</p> +</attribute> </attributes> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]