You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2015/11/13 17:28:24 UTC

svn commit: r1714236 - in /knox: site/books/knox-0-7-0/user-guide.html site/index.html site/issue-tracking.html site/license.html site/mail-lists.html site/project-info.html site/team-list.html trunk/books/0.7.0/config.md

Author: kminder
Date: Fri Nov 13 16:28:23 2015
New Revision: 1714236

URL: http://svn.apache.org/viewvc?rev=1714236&view=rev
Log:
KNOX-624: Expose configuration for Jetty's request and response buffer sizes

Modified:
    knox/site/books/knox-0-7-0/user-guide.html
    knox/site/index.html
    knox/site/issue-tracking.html
    knox/site/license.html
    knox/site/mail-lists.html
    knox/site/project-info.html
    knox/site/team-list.html
    knox/trunk/books/0.7.0/config.md

Modified: knox/site/books/knox-0-7-0/user-guide.html
URL: http://svn.apache.org/viewvc/knox/site/books/knox-0-7-0/user-guide.html?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/site/books/knox-0-7-0/user-guide.html (original)
+++ knox/site/books/knox-0-7-0/user-guide.html Fri Nov 13 16:28:23 2015
@@ -410,7 +410,7 @@ https://{gateway-host}:{gateway-port}/{g
     <value>cliservice</value>
     <description>Path component of URL endpoint when in HTTP mode.</description>
 </property>
-</code></pre><h4><a id="Gateway+Server+Configuration">Gateway Server Configuration</a> <a href="#Gateway+Server+Configuration"><img src="markbook-section-link.png"/></a></h4><p>The following table illustrates the configurable elements of the Apache Knox Gateway at the server level.</p>
+</code></pre><h4><a id="Gateway+Server+Configuration">Gateway Server Configuration</a> <a href="#Gateway+Server+Configuration"><img src="markbook-section-link.png"/></a></h4><p>The following table illustrates the configurable elements of the Apache Knox Gateway at the server level via gateway-site.xml.</p>
 <table>
   <thead>
     <tr>
@@ -486,6 +486,36 @@ https://{gateway-host}:{gateway-port}/{g
       <td>2048</td>
     </tr>
     <tr>
+      <td>gateway.threadpool.max</td>
+      <td>The maximum concurrent requests the server will process. The default is 254. Connections beyond this will be queued.</td>
+      <td>254</td>
+    </tr>
+    <tr>
+      <td>gateway.httpclient.maxConnections</td>
+      <td>The maximum number of connections that a single httpclient will maintain to a single host:port. The default is 32.</td>
+      <td>32</td>
+    </tr>
+    <tr>
+      <td>gateway.httpserver.requestBuffer</td>
+      <td>The size of the HTTP server request buffer. The default is 16K.</td>
+      <td>16384</td>
+    </tr>
+    <tr>
+      <td>gateway.httpserver.requestHeaderBuffer</td>
+      <td>The size of the HTTP server request header buffer. The default is 8K.</td>
+      <td>8192</td>
+    </tr>
+    <tr>
+      <td>gateway.httpserver.responseBuffer</td>
+      <td>The size of the HTTP server response buffer. The default is 32K.</td>
+      <td>32768</td>
+    </tr>
+    <tr>
+      <td>gateway.httpserver.responseHeaderBuffer</td>
+      <td>The size of the HTTP server response header buffer. The default is 8K.</td>
+      <td>8192</td>
+    </tr>
+    <tr>
       <td>ssl.enabled</td>
       <td>Indicates whether SSL is enabled for the Gateway</td>
       <td>true</td>

Modified: knox/site/index.html
URL: http://svn.apache.org/viewvc/knox/site/index.html?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/site/index.html (original)
+++ knox/site/index.html Fri Nov 13 16:28:23 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-10-26
+ | Generated by Apache Maven Doxia at 2015-11-13
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151026" />
+    <meta name="Date-Revision-yyyymmdd" content="20151113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; REST API Gateway for the Hadoop Ecosystem</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-10-26</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2015-11-13</li> 
             
                             </ul>
       </div>

Modified: knox/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/knox/site/issue-tracking.html?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/site/issue-tracking.html (original)
+++ knox/site/issue-tracking.html Fri Nov 13 16:28:23 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-10-26
+ | Generated by Apache Maven Doxia at 2015-11-13
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151026" />
+    <meta name="Date-Revision-yyyymmdd" content="20151113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-10-26</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2015-11-13</li> 
             
                             </ul>
       </div>

Modified: knox/site/license.html
URL: http://svn.apache.org/viewvc/knox/site/license.html?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/site/license.html (original)
+++ knox/site/license.html Fri Nov 13 16:28:23 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-10-26
+ | Generated by Apache Maven Doxia at 2015-11-13
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151026" />
+    <meta name="Date-Revision-yyyymmdd" content="20151113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-10-26</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2015-11-13</li> 
             
                             </ul>
       </div>

Modified: knox/site/mail-lists.html
URL: http://svn.apache.org/viewvc/knox/site/mail-lists.html?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/site/mail-lists.html (original)
+++ knox/site/mail-lists.html Fri Nov 13 16:28:23 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-10-26
+ | Generated by Apache Maven Doxia at 2015-11-13
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151026" />
+    <meta name="Date-Revision-yyyymmdd" content="20151113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-10-26</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2015-11-13</li> 
             
                             </ul>
       </div>

Modified: knox/site/project-info.html
URL: http://svn.apache.org/viewvc/knox/site/project-info.html?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/site/project-info.html (original)
+++ knox/site/project-info.html Fri Nov 13 16:28:23 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-10-26
+ | Generated by Apache Maven Doxia at 2015-11-13
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151026" />
+    <meta name="Date-Revision-yyyymmdd" content="20151113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-10-26</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2015-11-13</li> 
             
                             </ul>
       </div>

Modified: knox/site/team-list.html
URL: http://svn.apache.org/viewvc/knox/site/team-list.html?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/site/team-list.html (original)
+++ knox/site/team-list.html Fri Nov 13 16:28:23 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-10-26
+ | Generated by Apache Maven Doxia at 2015-11-13
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151026" />
+    <meta name="Date-Revision-yyyymmdd" content="20151113" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-10-26</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2015-11-13</li> 
             
                             </ul>
       </div>

Modified: knox/trunk/books/0.7.0/config.md
URL: http://svn.apache.org/viewvc/knox/trunk/books/0.7.0/config.md?rev=1714236&r1=1714235&r2=1714236&view=diff
==============================================================================
--- knox/trunk/books/0.7.0/config.md (original)
+++ knox/trunk/books/0.7.0/config.md Fri Nov 13 16:28:23 2015
@@ -109,7 +109,7 @@ Ensure that the values match the ones be
 
 #### Gateway Server Configuration ####
 
-The following table illustrates the configurable elements of the Apache Knox Gateway at the server level.
+The following table illustrates the configurable elements of the Apache Knox Gateway at the server level via gateway-site.xml.
 
 property    | description | default
 ------------|-----------|-----------
@@ -126,6 +126,12 @@ gateway.truststore.path|Location of the
 gateway.truststore.type|Indicates the type of truststore|JKS
 gateway.keystore.type|Indicates the type of keystore for the identity store|JKS
 gateway.jdk.tls.ephemeralDHKeySize|jdk.tls.ephemeralDHKeySize, is defined to customize the ephemeral DH key sizes. The minimum acceptable DH key size is 1024 bits, except for exportable cipher suites or legacy mode (jdk.tls.ephemeralDHKeySize=legacy)|2048
+gateway.threadpool.max|The maximum concurrent requests the server will process.  The default is 254.  Connections beyond this will be queued.|254
+gateway.httpclient.maxConnections|The maximum number of connections that a single httpclient will maintain to a single host:port.  The default is 32.|32
+gateway.httpserver.requestBuffer|The size of the HTTP server request buffer.  The default is 16K.|16384
+gateway.httpserver.requestHeaderBuffer|The size of the HTTP server request header buffer.  The default is 8K.|8192
+gateway.httpserver.responseBuffer|The size of the HTTP server response buffer.  The default is 32K.|32768
+gateway.httpserver.responseHeaderBuffer|The size of the HTTP server response header buffer.  The default is 8K.|8192
 ssl.enabled|Indicates whether SSL is enabled for the Gateway|true
 ssl.exclude.protocols|Excludes a comma separated list of protocols to not accept for SSL or "none"|SSLv3