Author: jfrederic.clere(a)jboss.com
Date: 2012-04-23 11:52:44 -0400 (Mon, 23 Apr 2012)
New Revision: 2030
Modified:
branches/7.0.x/webapps/docs/config/ajp.xml
branches/7.0.x/webapps/docs/config/http.xml
Log:
More missing stuff.
Modified: branches/7.0.x/webapps/docs/config/ajp.xml
===================================================================
--- branches/7.0.x/webapps/docs/config/ajp.xml 2012-04-23 15:19:53 UTC (rev 2029)
+++ branches/7.0.x/webapps/docs/config/ajp.xml 2012-04-23 15:52:44 UTC (rev 2030)
@@ -59,6 +59,14 @@
<p>This attribute value must be <code>AJP/1.3</code> to use the
AJP
handler.</p>
</attribute>
+ <attribute name="scheme" required="true">
+ <p>This attribute value is the scheme used by the proxy (httpd/IIS/Iplanet).
+ The usual values are <code>http</code> and
<code>https</code>.</p>
+ </attribute>
+ <attribute name="redirect-port" required="false">
+ <p>This attribute value is the ssl port used by the proxy
(httpd/IIS/Iplanet).
+ The usual value is 443.</p>
+ </attribute>
</attributes>
Modified: branches/7.0.x/webapps/docs/config/http.xml
===================================================================
--- branches/7.0.x/webapps/docs/config/http.xml 2012-04-23 15:19:53 UTC (rev 2029)
+++ branches/7.0.x/webapps/docs/config/http.xml 2012-04-23 15:52:44 UTC (rev 2030)
@@ -55,6 +55,10 @@
<p>Name of the connector</p>
</attribute>
+ <attribute name="socket-binding" required="true">
+ <p>Name of the <code>socket-binding</code> to use for the
connector</p>
+ </attribute>
+
<attribute name="enable-lookups" required="false">
<p>Set to <code>true</code> if you want calls to
<code>request.getRemoteHost()</code> to perform DNS lookups in
@@ -145,7 +149,7 @@
</p>
</attribute>
- <attribute name="scheme" required="false">
+ <attribute name="scheme" required="true">
<p>Set this attribute to the name of the protocol you wish to have
returned by calls to <code>request.getScheme()</code>. For
example, you would set this attribute to
"<code>https</code>"
Show replies by date