Setting an automatic timeout for Enterprise Viewer

Use this procedure to set automatic timeout after a specified period of inactivity for the application.

Procedure

  1. Go to viewer.war/WEB-INF/classes directory and open the web.xml file in a text editor.
  2. In the web.xml file, locate the following lines:
    <session-config>
    <session-timeout>20</session-timeout>
    </session-config>
  3. 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.
  4. Save the web.xml file to the viewer.war/WEB-INF/classes directory.


Last updated: 13 Dec 2016