0 Replies Latest reply on Oct 4, 2018 5:58 AM by tbh_8772

    Wildfly 8.2.1 Reverse Proxy web server hitting UT001000: Connection closed

    tbh_8772

      I have setup a web server and app server via reverse proxy from Wildfly 8.2.1

      However, I noticed that the connection is closed after sometime.

      I am hitting following error:

      UT005028: Proxy request to /proxy failed: java.io.IOException: UT001000: Connection closed

      Do you guys have any ideas on this?

       

      <host name="default-host" alias="localhost">

           <location name="/APP_FAKE" handler="wf2-proxy01"/>

      </host>

       

      <reverse-proxy name="wf2-proxy01">

            <host name="wf2-binding" instance-id="wf2-route" path="/APP_REAL" outbound-socket-binding="wf2-binding"/>

      </reverse-proxy>

       

      <outbound-socket-binding name="wf2-binding">

              <remote-destination host="192.168.XXX.X" port="8080"/>

      </outbound-socket-binding>