Configuring timeout properties
Configure the timeout properties as needed.
Procedure
- Log in to the Red Hat® OpenShift® cluster console.
- Select the Workloads menu and choose StatefulSets.
- Search for the
WebGUI
StatefulSet and select it. - Select the Environment tab.
- 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 theINVALID_TIMEOUT_IN_MINUTES
value and set it to the number of minutes that you want. The default value is30
minutes. - To set the Lightweight Third Party Authentication (LTPA) timeout property in the
/home/netcool/app/jazz/profile/config/cells/JazzSMNode01Cell/security.xml
file, addRECONFIG_LPTA_TIMEOUT="true"
. Also, add theLPTA_TIMEOUT_IN_MINUTES
value and set it to the number of minutes that you want. The default value is1440
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. Thiswebtop.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, addRECONFIG_ISC_KEEPALIVE_INTERVAL="true"
. Also, add theISC_KEEPALIVE_INTERVAL
value and set it to the number of minutes that you want. The default value is20
minutes. ThisISC.KEEPALIVE.INTERVAL
setting must be smaller than the HTTP Session timeout property.
- 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
- Click Save to save the changes to the StatefulSet of the
WebGUI
pod. - If the
WebGUI
pod doesn't automatically restart, restart theWebGUI
pod.