2 Replies Latest reply on Dec 7, 2016 2:17 AM by romci

    Wildfly 10.1.0 - opening tcp connections

    romci

      Hello,

       

        we created a JAVA web application and deployed it on wildfly 10.1.0. The app works, but we just found out that every page (faces) we click on the browser opens a new localhost TCP connection, which has status ESTABLISHED. The problem is the TCP connection doesn't close and if there are many users, there are more than 300+ TCP connectons that are not in use, but are ESTABLISHED and the number of TCP connections keep on growing.

       

        We played with the settings in standalone.xml but no success.

        Can someone please direct me in the right way.

       

      Thank you.

        • 1. Re: Wildfly 10.1.0 - opening tcp connections
          ctomc

          What is your undertow subsystem config?

          What is your network setup?

          do you have any firewall/router/ids/proxy/... in front/in between users and WildFly?

          • 2. Re: Wildfly 10.1.0 - opening tcp connections
            romci

            Hi, the wildfly server is installed as default, we only changed what we needed to (database config).

            We have an Apache server also installed, but my "system" engineer told me that he configured it as it has to be, and that the problem is with the appplication/web server.

            If you need any config files, please tell me which and I will post them.