Release Automation

  • 1.  How can we control user timeout in CA Release Automation

    Posted Nov 23, 2018 10:23 AM

    Hi,

     

    We have two installations of Release Automation, dev and prod. 

     

    In DEV users get disconnect from the web page after 30 minutes of inactivity. And this is what we want.

     

    In PROD, users stay connected forever. How can we set the same timeout we have in lab ?

     

    We are using 6.6.0.9640

     

    Regards,

    GGV



  • 2.  Re: How can we control user timeout in CA Release Automation
    Best Answer

    Broadcom Employee
    Posted Nov 27, 2018 08:52 PM

    Hi GGV,

     

    I'm not sure, but here is my quick idea.

    You can see timeout value in <RA root>/webapps/datamanagement/WEB-INF/web.xml on NAC like following.

    In this example, timeout is 30 minutes.

    <session-config>
        <session-timeout>30</session-timeout>
    </session-config>

     

    You need to restart RA server service after update the file.

    I hope it works fine.

     

    Thanks

    Yas



  • 3.  Re: How can we control user timeout in CA Release Automation

    Posted Nov 28, 2018 03:45 PM

    Thanks it worked !