Configuring timeout properties

Configure the timeout properties as needed.

Procedure

  1. Log in to the Red Hat® OpenShift® cluster console.
  2. Select the Workloads menu and choose StatefulSets.
  3. Search for the WebGUI StatefulSet and select it.
  4. Select the Environment tab.
  5. Set the following values. To add parameters, click Add more.
    • To set the HTTP session timeout property in the /home/netcool/app/jazz/profile/config/cells/JazzSMNode01Cell/applications/isc.ear/deployments/isc/deployment.xml file, add RECONFIG_INVALID_TIMEOUT="true". Also, add the INVALID_TIMEOUT_IN_MINUTES value and set it to the number of minutes that you want. The default value is 30 minutes.
    • To set the Lightweight Third Party Authentication (LTPA) timeout property in the /home/netcool/app/jazz/profile/config/cells/JazzSMNode01Cell/security.xml file, add RECONFIG_LPTA_TIMEOUT="true". Also, add the LPTA_TIMEOUT_IN_MINUTES value and set it to the number of minutes that you want. The default value is 1440 minutes.
    • To set the webtop.keepalive.interval property in the /home/netcool/app/gui/omnibus_webgui/etc/server.init file, see Dashboard Application Services Hub configmap. This webtop.keepalive.interval setting must be smaller than the HTTP Session timeout property.
    • To set the timeout setting for the ISC.KEEPALIVE.INTERVAL property in the /home/netcool/app/jazz/profile/config/cells/JazzSMNode01Cell/applications/isc.ear/deployments/isc/isclite.war/WEB-INF/consoleProperties.xml file, add RECONFIG_ISC_KEEPALIVE_INTERVAL="true". Also, add the ISC_KEEPALIVE_INTERVAL value and set it to the number of minutes that you want. The default value is 20 minutes. This ISC.KEEPALIVE.INTERVAL setting must be smaller than the HTTP Session timeout property.
  6. Click Save to save the changes to the StatefulSet of the WebGUI pod.
  7. If the WebGUI pod doesn't automatically restart, restart the WebGUI pod.

Results

The timeout properties are set to your specifications.