Author: rjung Date: Sun Nov 26 08:34:38 2006 New Revision: 479376 URL: http://svn.apache.org/viewvc?view=rev&rev=479376 Log: Adding max_packet_size to docs.
Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml tomcat/connectors/trunk/jk/xdocs/config/workers.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=479376&r1=479375&r2=479376 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/changelog.xml Sun Nov 26 08:34:38 2006 @@ -27,6 +27,10 @@ <subsection name="Native"> <changelog> <update> + Docs: Added short description of max_packet_size to worker + reference. (rjung) + </update> + <update> Status Worker: All functions accessible also for xml and txt mime types (list, show, update, reset). (rjung) </update> Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/workers.xml?view=diff&rev=479376&r1=479375&r2=479376 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Sun Nov 26 08:34:38 2006 @@ -376,12 +376,18 @@ A status worker with read_only=True will not allow any operations, that change the runtime state or configuration of the other workers. These are edit/update/reset. +<p> +This feature has been added in <b>jk 1.2.20</b>. +</p> </directive> <directive name="user" default="" required="false"> This directive can be used mutltiple times. It is a list of users which gets compared to the user name authenticated by the web server. If the name is not contained in this list, access is denied. Per default the list is empty and then access is allowed to anybody. +<p> +This feature has been added in <b>jk 1.2.20</b>. +</p> </directive> </directives> </subsection> @@ -443,6 +449,22 @@ </p> </directive> +<directive name="max_packet_size" default="8192" required="false"> +This attribute sets the maximal AJP packet size in Bytes. +The maximum value is 65536. If you change it from the default, +you <b>must</b> also change the packetSize attribute of your AJP +connector on the tomcat side! The attribute packetSize is only available +in Tomcat 5.5.20+ and 6.0.2+. +<p> +Normally it is not necessary to change the maximum packet size. Problems +with the default value have been reported when sending certificates or +certificate chains. +</p> +<p> +This feature has been added in <b>jk 1.2.19</b>. +</p> +</directive> + <directive name="recovery_options" default="0" required="false"> Only used for a member worker of a load balancer. <p> @@ -556,6 +578,7 @@ </p> <p> This feature has been added in <b>jk 1.2.16</b>. +The automatic domain rule has been added in <b>jk 1.2.20</b>. </p> </directive> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]