2 Replies Latest reply on Oct 1, 2016 9:44 PM by dwmreg

    JBOSS vs. WildFly 8.2 - HTTP Connectors Max Threads Performance Tuning

    dwmreg

      All:

       

      On JBOSS 5.xxx in the server.xml file the following entry exists and I am trying to find the equivalent settings for WildFly 8.2, but so far I cannot find it. I'm particularly interested in the maxthreads settings for http connections. I need to make sure I'm able to raise that to 600 or more threads. So far I cannot find out how to do that like I was able to do in JBOSS 5.xxx.

       

        <!-- A HTTP/1.1 Connector on port 8080 -->
        <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"
                 connectionTimeout="20000" redirectPort="8443"  maxThreads="600"/>

       

      Anyone know where I can find these settings?