Previous Topic: User ManagementNext Topic: How to Migrate Arcserve r16.5 Recovery Points to Arcserve UDP


Configure the Console Timeout Duration

If the Console is inactive for a certain duration, you are automatically logged out of the Console. You can change the default timeout value in the web.xml file.

Follow these steps:

  1. Log in to the machine where you have installed the Console.
  2. Open the web.xml file from the following location:
    <UDP_Home>\Management\TOMCAT\webapps\ROOT\WEB-INF\web.xml
    
  3. Change the value for session timeout.

    The value is in minutes.

    For example:

    <session-config>
    
    <session-timeout>120</session-timeout>
    
    </session-config>
    

    120 indicates the timeout duration for the Console is 120 minutes.

  4. Save the web.xml file.