Login  Register

Re: Timeout parameters

Posted by ErmanArslansOracleBlog on Nov 11, 2016; 7:27am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Timeout-parameters-tp1540p1542.html

Let's check the log first,

but keep in the following in mind (for timeout related ADMIN State issue)

Reference Oracle Support :
When the HTTP session timeout is set to be longer than the deployment timeout (which has a default of 3600 sec), and graceful retirement is used in a side-by-side deployment, a deployment timeout event can occur before retirement, causing the application to change to the ADMIN state.
Notes: You can set the HTTP session timeout via the Administration Console (under the Web application you deployed), or via a few deployment descriptors, such as /weblogic-web-app/session-descriptor/timeout-secs.

You can set the deployment timeout using the -timeout option of weblogic.Deployer.