Author: jfrederic.clere(a)jboss.com
Date: 2012-07-06 08:26:29 -0400 (Fri, 06 Jul 2012)
New Revision: 2045
Modified:
branches/7.0.x/webapps/docs/sysprops.xml
Log:
Document org.apache.coyote.http11.Http11Protocol.SERVER.
Modified: branches/7.0.x/webapps/docs/sysprops.xml
===================================================================
--- branches/7.0.x/webapps/docs/sysprops.xml 2012-06-27 15:29:53 UTC (rev 2044)
+++ branches/7.0.x/webapps/docs/sysprops.xml 2012-07-06 12:26:29 UTC (rev 2045)
@@ -51,6 +51,12 @@
}
}
</source>
+Or edit the standalone.xml and add afiter the <code>extensions</code>:
+<source>
+ <system-properties>
+ <property name="org.apache.catalina.JSESSIONID"
value="MYID"/>
+ </system-properties>
+</source>
</p>
</section>
@@ -158,6 +164,10 @@
<code>2048</code> bytes.</p>
</property>
+ <property name="org.apache.coyote.http11.Http11Protocol.SERVER">
+ <p>Server Identity stringr: the <code>Server:</code> header. The
default value is
+ <code>Apache-Coyote/1.1</code>.</p>
+ </property>
</properties>
</section>
Show replies by date