Socket Buffer setting for JBoss 7 -


in jboss 5.1, there used setting called socketbuffer configure in server.xml inside jbossweb.sar i.e. jbossweb.sar\server.xml, looked this.

  <connector protocol="http/1.1" port="8080" address="${jboss.bind.address}"             connectiontimeout="20000" redirectport="8443" socketbuffer="64000"/> 

does have idea corresponding setting in jboss 7 is?

i suspect there no such parameter. don't find information how see it:

  • connector defined in standolne.xml file in fragment:

    <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">     <connector name="http" protocol="http/1.1" scheme="http" socket-binding="http"/>     <virtual-server name="default-host" enable-welcome-root="true">         <alias name="localhost"/>         <alias name="example.com"/>     </virtual-server> </subsystem> 
  • there xsd file describe these part of configuration (it can found in docs directory): jboss-as-web_1_1.xsd

  • there no information socketbuffer parameter
  • in other xsd files don't fine such parameter
  • and in jboss-cli don't see such parameter (or similar)

of course can wrong , cannot find it.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -