To increase the timeout value in Tomcat:
1. Please locate the following section in [Tomcat_home]/conf/web.xml:
<session-config>
<session-timeout>30</session-timeout>
<session-config>
The timeout value is specified in minutes.
2. Restart Tomcat after modifying the file, so the changes can take effect.