1 Reply Latest reply on Jul 25, 2013 11:48 PM by jaikiran

    socketBuffer setting for JBoss 7

    gouravmukherjee

      In JBoss 5.1, there used to be a setting called socketBuffer which we could configure in the server.xml inside jbossweb.sar i.e. jbossweb.sar\server.xml, it looked something like this.

        <Connector protocol="HTTP/1.1"

                   port="8080"

                   address="${jboss.bind.address}"

                   connectionTimeout="20000"

                   redirectPort="8443"

                   socketBuffer="64000"/>

      Could someone please help me figure out what the corresponding configuration in JBoss 7.1 is?