Uniface User Forum

 View Only
  • 1.  webserver timeout

    Posted 03-06-2019 14:17

    Y'all,

    We have an IIS server sitting in our DMZ - fronting a Uniface Web Application Server inside the firewall.

    The timeout value for the IIS server is set to 120 seconds.

    However, if the processing in the Uniface web application takes longer than 30 seconds - it's almost as if

    Tomcat disconnects the thread - sending a 'garbled' message back to IIS which in term causes a 502 error.

    I've searched the Tomcat documentation, and I cannot find any specific timeout value set to 30 seconds.

    Does anyone have any suggestions?

    Knut



  • 2.  RE: webserver timeout
    Best Answer

    PARTNER
    Posted 03-08-2019 12:18

    Hi,

    We don't use Communication between uniface/iis , but it use worker , worker is asynchronous

    You can read in Tomcat documentation  : 


    asyncTimeout

    The default timeout for asynchronous requests in milliseconds. If not specified, this attribute is set to the Servlet specification default of 30000 (30 seconds).

    Maybe .....