Views:
  1. Access IWSVA as root via SSH.
  2. Use vim or vi to edit the "/var/iwss/tomcat/conf/web.xml" file:

    # vim /var/iwss/tomcat/conf/web.xml

  3. To adjust the duration of the web console session, change the value of the "session-timeout" parameter (in minutes). 

    For example, to set the web console timeout to 1 hour, replace the value to 60:

            <session-config>
                    <session-timeout>60</session-timeout>
            </session-config>

  4. Restart the Tomcat service:

    # /var/iwss/S99IScanHttpd restart