1 Reply Latest reply on Mar 7, 2017 11:54 PM by mdelson

    How to configure ajp thread pool in wildfly 10

    mdelson

      How to configure ajp max thread pool size and it's timeout  in wildfly 10.1 domain mode with modjk.

        • 1. Re: How to configure ajp thread pool in wildfly 10
          mdelson

          I ended up adding the below in domain.xml under undertow subsystem. correct me if I am wrong.

           

          <server name="default-server">

                              <ajp-listener name="ajp-listener" max-connections="200" socket-binding="ajp" no-request-timeout="180000"/>