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:
- Log in to the machine where you have installed the Console.
- Open the web.xml file from the following location:
- Change the value for session timeout.
- The value is in minutes.
- For example:
- 120 indicates that the timeout duration for the Console is 120 minutes.
- Save the web.xml file.
<UDP_Home>\Management\TOMCAT\webapps\management\WEB-INF\web.xml
<session-config>
<session-timeout>120</session-timeout>
</session-config>