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:
  3. <UDP_Home>\Management\TOMCAT\webapps\management\WEB-INF\web.xml

  4. Change the value for session timeout.
  5. The value is in minutes.
  6. For example:
  7. <session-config>

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

    </session-config>

  8. 120 indicates that the timeout duration for the Console is 120 minutes.
  9. Save the web.xml file.