DX Unified Infrastructure Management

 View Only
  • 1.  CABI: How do you increase user session timeout value

    Posted Mar 23, 2018 02:30 PM

    So have another CABI question. Trying to make use of the Group Trend Report and want to run a "Quarterly Performance" report based on CPU Usage %, Disk Usage % and Memory Usage %. 

    For the Time Range selected 3 Months and this is against ~75 machines. 

     

    I started the report and waited and decided to go to lunch. When i go back I saw that the report had finished but when I tried to press >> next page it brought me back to the CABI login screen and I lost the report. 

     

    How do you increase the timeout value so that the session doesn't time out? I searched the CA KB pages but those all reference a tomcat directory and looking in the cabi probe folder there is no web.xml or tomcat folder.



  • 2.  Re: CABI: How do you increase user session timeout value
    Best Answer

    Posted Mar 23, 2018 02:50 PM

    There is this:

    C:\Program Files (x86)\Nimsoft\probes\service\wasp\webapps\cabijs\WEB-INF\web.xml



  • 3.  Re: CABI: How do you increase user session timeout value

    Posted Mar 23, 2018 03:07 PM

    :-) Thanks Dave. Was just looking in the probes\service\cabi folder. 

    In the file above changed this:

     

      <session-config>

        <!--Default to 20 minute session timeouts-->

        <session-timeout>90</session-timeout>

      </session-config>

     

    Thank you.