Layer7 API Management

  • 1.  Timeout configuration at CA Live API Creator

    Posted Oct 18, 2016 11:30 PM

    Hi,

     

    I want to enquire on the possibility of configuring timeouts of the APIs on CA Live API Creator. 



  • 2.  Re: Timeout configuration at CA Live API Creator

    Posted Oct 20, 2016 11:01 AM

    I am assuming you are asking about configuring a timeout of a client session that is accessing an API published by Live API Creator(LAC)? LAC does not have a configuration option to control that. That would be something you could control through the Tomcat server hosting the LAC web application.



  • 3.  Re: Timeout configuration at CA Live API Creator

    Posted Oct 21, 2016 05:33 AM

    Hi Bill,

     

    Thanks for the information. Will it be possible for me to control the timeout configuration if I am using the jetty version instead of tomcat?



  • 4.  Re: Timeout configuration at CA Live API Creator
    Best Answer

    Posted Oct 21, 2016 09:08 AM

    I believe you can control this in the following file:

     

    ..\CALiveAPICreator\start.ini

     

    The relevant line to edit there is:

     

    # jetty.http.idleTimeout=30000



  • 5.  RE: Re: Timeout configuration at CA Live API Creator

    Posted Jul 21, 2020 02:11 AM
    what about if LAC is installed on tomcat. Where we need to mention read timeout?


  • 6.  Re: Timeout configuration at CA Live API Creator

    Posted Oct 23, 2016 08:59 PM

    Hi Bill,

     

    Thanks for your help