1 Reply Latest reply on Feb 2, 2015 2:54 AM by srikanthm

    web subsystem configuration using JBoss cli

    srikanthm

      Hi All,

       

      I'm working on configuring the web subsystem on JBoss EAP 6.3. Here, I'm supposed to configure "Webconnector Maximum Threads", "Webconnector accept count" and "Webconnector connection timeout". I'm able to find the attribute to configure "max threads" but unable to find the same for "accept count" and "connection timeout". Could someone please help with the configuration of these attributes? I see that there is a "configuration" child available under "http connector" resource, can that be used for adding new attributes? If so, how?

       

      Thank you.

      Regards,

      Srikanth.

        • 1. Re: web subsystem configuration using JBoss cli
          srikanthm

          Hi All,

          If anyone looking for an answer... this is what we have to do to configure the web subsystem.

          Create an executor with the right values for "max threads" and "accept count" and then configure http connector to use the executor.

          "accept count" in earlier versions is equivalent to 'queue length' in JBoss EAP 6.3 and there is no configuration attribute available to set "connection timeout".