1 Reply Latest reply on Oct 2, 2006 6:08 PM by peterj

    TCP connection pool

    jankowalski

      Does TCP connections pool exist within JBoss server?

        • 1. Re: TCP connection pool
          peterj

          Yes, Tomcat manages those. See the server/default/deploy/jbossweb-tomcat55.sar/server.xml file for the settings and the jboss.web:name=http-0.0.0.0-8080,type=ThreadPool mbean for the runtime pool information.