Server Manager Timeout

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:
    <install location>\jde_home\targets\oc4j\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

Tags: jde, oracle, Oracle Server Manager, XML

Related posts

Post a Comment