r12.2

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

r12.2

satish
Hi Erman,

Came across one post in out blog

Reg MES SCReen Timed Out In 30-40 Mins After Setting Session Time Out To 2 Hours. (Doc ID 2183327.1)

Which web.xml it is talking about,is it under $OA_HTML?if yes i dont find any parameter to change the session timeout there.can you please suggest?

Thanks,
syed
Reply | Threaded
Open this post in threaded view
|

Re: r12.2

ErmanArslansOracleBlog
Administrator
Hi Syed,

Do it using weblogic console->

Home >EBS_domain_ORAPROD >Summary of Deployments >oacore(1.0.0) >/OA_HTML ->Select Configuration tab.

There you have Session Timeout (in seconds)
Set it from there.

Reply | Threaded
Open this post in threaded view
|

Re: r12.2

satish
But where comes the web.xml into picture...I dont see any setting related to timeout in web.xml.i can see the path in console which was directed by you.
Reply | Threaded
Open this post in threaded view
|

Re: r12.2

ErmanArslansOracleBlog
Administrator
For web.xml, you need to do a manual update->

example path:
/u01/install/APPS/fs2/FMW_Home/Oracle_EBS-app1/applications/oacore/html/WEB-INF/web.xml

example entry: (in minutes)
<session-config> 
<session-timeout>120</session-timeout> 
</session-config>

I need you need to add these etries to the web.xml file, because normally web.xml file doesn't contain any entry for session-config. So this means , the timeout is taken as default unless you add the entries above.
Note that I didn't test this. So, risk is yours.
Reply | Threaded
Open this post in threaded view
|

Re: r12.2

satish
Thank you