Thursday 5 May 2016

Weblogic TimeOut Parameters

Weblogic server is having few timeout parameters which users may need to check in case of any timeout issue in the application. Details of the weblogic time out parameters are as below

1. TimeoutSecs

This Parameter is defined in the weblogic.xml file located in the /webserv/PIA_DOMAIN/applications/peoplesoft/PORTAL.WAR/WEB-INF

TimeoutSecs is the session timeout for the webserver. However this timeout parameter is no longer in use by the PeopleSoft. Session Timeouts set in the Web Profiles override any HTTP session timeouts set on the webserver at runtime.


2. session-timeout

Parameter is defined in the web.xml and located in the directory
/webserv/PIA_DOMAIN/applications/peoplesoft/PORTAL.WAR/WEB-INF

Session Timeout is the parameter used by the webserver but PeopleSoft no longer uses session timeout on the webserver. Session timeouts set in the Web Profiles override any HTTP session timeouts set on the webserver at runtime.

3. Max Inactive Interval

Parameter display the value in http session details via the weblogic console.It defines number of seconds until session expires.

The value is measured in seconds and based on the following parameter settings:

A. Web Profile “Inactivity Logout” setting
B. Web Profile “HTTP Session Inactivity” setting
C. “Permission List” setting

No comments:

Post a Comment