1 Reply Latest reply on Mar 9, 2004 10:13 AM by grjustin

    how many max connections jboss can handle?

    javbuddy

      Im using J2ME clients connecting to jboss via HttpConnection. it works perfectly
      But when I use 100 clients connect to it simultaneously. I got IOException thrown for some clients.

      Im wondering that how manay maximum client connections jboss can handle the request simultaneously.

      Has anyone idea?

      thank you.

        • 1. Re: how many max connections jboss can handle?
          grjustin

          Actually this is the configuration setting of Tomcat. Go to deploy\jbossweb-tomcat41.sar\META-INF directory of any one of All/Default/Minimal under server directory and change the connector setting within jboss-service.xml file.

          Change the maxProcessors attribute (original value=100) to your value, of the connector with the comment <!-- A HTTP/1.1 Connector on port 8080 -->