0 Replies Latest reply on Apr 21, 2007 10:05 AM by kooljava2

    maxThread setting for port=

      Hi,

      We have a load balancer which maintains session stickiness and points to 2 Application server. These application server run only jboss. JBOSS is configured on port 443 and maxThread setting is set to 500.

      The problem is because of session stickiness almost all the request coming in goes to one application server. Hence when the concurrent request reaches the value of 500 JBOSS on port 443 becomes slow in responding to request and eventually gives "Page cannot be displayed" error.

      What is the maximum thread size I can increase for port 443 in server.xml. Is there an alternative approach of doing which can reslove the above problem?

      -Thank you