Views:

To change the default timeout value:

  1. Back up and open the /opt/trend/imss/UI/adminUI/ROOT/WEB-INF/web.xml file.
  2. Look for the following parameters:

    <param-name>uiTimeOut</param-name>
    <param-value>30</param-value>

    and

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

     
    Both are set to 30 minutes.
  3. Change the value of the parameters to your preferred settings.
  4. Save and close the file.
  5. Restart the console service by executing this command:

    /opt/trend/imss/script/S99ADMINUI restart