Use this procedure to set automatic timeout after a specified
period of inactivity for the application.
Procedure
- Go to viewer.war/WEB-INF/classes directory
and open the web.xml file in a text editor.
- In the web.xml file,
locate the following lines:
<session-config>
<session-timeout>20</session-timeout>
</session-config>
- Edit the number between the <session-timeout> tags
with the number of minutes in which you want an inactive session of InfoSphere® MDM
Enterprise Viewer to log
off the user.
- Save the web.xml file
to the viewer.war/WEB-INF/classes directory.