E1 Tips The Tips & Tricks of a CNC Administrator on Oracle JDEdwards EnterpriseOne

Server Manager Timeout

11.24.2008 · Posted in Oracle Server Manager, XML

When working with Oracle’s Server Manager you may have noticed that the session timeout is less than an hour.  Actually, it is set by default to be 45 minutes.

Well, if you would like to change that, follow the steps below:

  1. Locate the web.xml file at the following location:
    E:\jde_home\targets\oc4j\j2ee\home\applications\ManagementConsole\ManagementConsole_WAR\WEB-INF
  2. Locate the xml node <session-config>
  3. Change the value of <session-timeout>
  4. Restart the Server Manager service for the new value to take effect
<session-config>
     <session-timeout>45</session-timeout>
</session-config>

MetaLink 3 Doc ID 663006.1

pf button Server Manager Timeout
evernote Server Manager Timeoutdigg Server Manager Timeoutshare save 171 16 Server Manager Timeout

Leave a Reply